Fix in debugging code
parent
b73af0159d
commit
7dac32c53b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue