Fix in debugging code

release/4.3a0
Richard Roberts 2011-02-04 02:46:23 +00:00
parent b73af0159d
commit 7dac32c53b
1 changed files with 0 additions and 2 deletions

View File

@ -141,9 +141,7 @@ namespace gtsam {
SETDEBUG("JacobianFactor::eliminate", true);
SETDEBUG("JacobianFactor::Combine", true);
SETDEBUG("choleskyPartial", true);
jacobianFactors.print("Jacobian Factors: ");
factors.print("Combining factors: ");
JacobianFactor::CombineAndEliminate(jacobianFactors, nrFrontals);
HessianFactor::CombineAndEliminate(hessianFactors, nrFrontals);
throw;
}