Changed parameter

release/4.3a0
Richard Roberts 2013-07-26 18:00:36 +00:00
parent b5e221be89
commit d3afcf9770
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ namespace gtsam {
EliminationData<This> rootsContainer(0, roots_.size());
//tbb::task_scheduler_init init(1);
treeTraversal::DepthFirstForestParallel(*this, rootsContainer, eliminationPreOrderVisitor<This>,
boost::bind(eliminationPostOrderVisitor<This>, _1, _2, function), -10000);
boost::bind(eliminationPostOrderVisitor<This>, _1, _2, function), 5);
// Create BayesTree from roots stored in the dummy BayesTree node.
boost::shared_ptr<BayesTreeType> result = boost::make_shared<BayesTreeType>();