From d3afcf9770dea88f18d189f5d635a7cb840eefd7 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 26 Jul 2013 18:00:36 +0000 Subject: [PATCH] Changed parameter --- gtsam/inference/JunctionTreeUnordered-inst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/JunctionTreeUnordered-inst.h b/gtsam/inference/JunctionTreeUnordered-inst.h index b392d210c..0915d741a 100644 --- a/gtsam/inference/JunctionTreeUnordered-inst.h +++ b/gtsam/inference/JunctionTreeUnordered-inst.h @@ -269,7 +269,7 @@ namespace gtsam { EliminationData rootsContainer(0, roots_.size()); //tbb::task_scheduler_init init(1); treeTraversal::DepthFirstForestParallel(*this, rootsContainer, eliminationPreOrderVisitor, - boost::bind(eliminationPostOrderVisitor, _1, _2, function), -10000); + boost::bind(eliminationPostOrderVisitor, _1, _2, function), 5); // Create BayesTree from roots stored in the dummy BayesTree node. boost::shared_ptr result = boost::make_shared();