Remove extra ;

release/4.3a0
Frank Dellaert 2025-01-23 08:55:12 -05:00
parent 9532feadc0
commit 1c2bc4513b
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ namespace gtsam {
typename CLIQUE::FactorGraphType(p_S_B).eliminatePartialMultifrontal(
Ordering(S_setminus_B), eliminate);
return bayesTree;
};
}
/* ************************************************************************* */
template <class CLIQUE>