use visitWith to not create a new tree
parent
a0f4955431
commit
8b968c1401
|
@ -239,7 +239,7 @@ namespace gtsam {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Go through the tree
|
// Go through the tree
|
||||||
this->apply(op);
|
this->visitWith(op);
|
||||||
|
|
||||||
return probs;
|
return probs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue