Changed parameter
parent
b5e221be89
commit
d3afcf9770
|
|
@ -269,7 +269,7 @@ namespace gtsam {
|
||||||
EliminationData<This> rootsContainer(0, roots_.size());
|
EliminationData<This> rootsContainer(0, roots_.size());
|
||||||
//tbb::task_scheduler_init init(1);
|
//tbb::task_scheduler_init init(1);
|
||||||
treeTraversal::DepthFirstForestParallel(*this, rootsContainer, eliminationPreOrderVisitor<This>,
|
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.
|
// Create BayesTree from roots stored in the dummy BayesTree node.
|
||||||
boost::shared_ptr<BayesTreeType> result = boost::make_shared<BayesTreeType>();
|
boost::shared_ptr<BayesTreeType> result = boost::make_shared<BayesTreeType>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue