add comment for purpose of variable
parent
18c068d87c
commit
e57fe4ab2f
|
@ -45,6 +45,7 @@ namespace gtsam {
|
||||||
tbb::task_group& tg;
|
tbb::task_group& tg;
|
||||||
bool makeNewTasks;
|
bool makeNewTasks;
|
||||||
|
|
||||||
|
// Keep track of order phase across multiple calls to the same functor
|
||||||
mutable bool isPostOrderPhase;
|
mutable bool isPostOrderPhase;
|
||||||
|
|
||||||
PreOrderTask(const boost::shared_ptr<NODE>& treeNode, const boost::shared_ptr<DATA>& myData,
|
PreOrderTask(const boost::shared_ptr<NODE>& treeNode, const boost::shared_ptr<DATA>& myData,
|
||||||
|
|
Loading…
Reference in New Issue