diff --git a/gtsam/discrete/discrete.i b/gtsam/discrete/discrete.i index 6b5d747b1..74de7a922 100644 --- a/gtsam/discrete/discrete.i +++ b/gtsam/discrete/discrete.i @@ -477,9 +477,9 @@ class DiscreteSearchSolution { }; class DiscreteSearch { - static DiscreteSearch FromFactorGraph(const gtsam::DiscreteFactorGraph& factorGraph, - const gtsam::Ordering& ordering, - bool buildJunctionTree = false); + static gtsam::DiscreteSearch FromFactorGraph( + const gtsam::DiscreteFactorGraph& factorGraph, + const gtsam::Ordering& ordering, bool buildJunctionTree = false); DiscreteSearch(const gtsam::DiscreteEliminationTree& etree); DiscreteSearch(const gtsam::DiscreteJunctionTree& junctionTree);