Removed spurious comment

release/4.3a0
Richard Roberts 2011-06-04 22:33:47 +00:00
parent a22586362b
commit cbf4d9e811
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace gtsam {
/* ************************************************************************* */
template<class FACTOR>
GenericSequentialSolver<FACTOR>::GenericSequentialSolver(//
GenericSequentialSolver<FACTOR>::GenericSequentialSolver(
const FactorGraph<FACTOR>& factorGraph) :
factors_(new FactorGraph<FACTOR> (factorGraph)), structure_(
new VariableIndex(factorGraph)), eliminationTree_(EliminationTree<