Whitespace

release/4.3a0
Richard Roberts 2013-03-18 19:27:55 +00:00
parent d9ef381483
commit 52410ac6f7
1 changed files with 1 additions and 1 deletions

View File

@ -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());