Whitespace
parent
d9ef381483
commit
52410ac6f7
|
|
@ -724,7 +724,7 @@ namespace gtsam {
|
|||
this->removePath(typename Clique::shared_ptr(clique->parent_.lock()), bn, orphans);
|
||||
|
||||
// add children to list of orphans (splice also removed them from clique->children_)
|
||||
orphans.splice (orphans.begin(), clique->children_);
|
||||
orphans.splice(orphans.begin(), clique->children_);
|
||||
|
||||
bn.push_back(clique->conditional());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue