diff --git a/Code/Radiometry/otbSarParametricMapFunction.txx b/Code/Radiometry/otbSarParametricMapFunction.txx index 985bbce4ff9df273811ea44aff9b7bfd4e2ba733..7a66a61e12384cecf1bcdb6646e50e2dc86005a0 100644 --- a/Code/Radiometry/otbSarParametricMapFunction.txx +++ b/Code/Radiometry/otbSarParametricMapFunction.txx @@ -188,7 +188,7 @@ SarParametricMapFunction<TInputImage, TCoordRep> vnl_lsqr linearSystemSolver(linearSystem); std::cout << "EvaluateParam bestParams: " <<bestParams<< std::endl; linearSystemSolver.minimize(bestParams); - + std::cout << "EvaluateParam minimize bestParams: " <<bestParams<< std::endl; for (unsigned int xcoeff = 0; xcoeff < coeffCols; ++xcoeff) { for (unsigned int ycoeff = 0; ycoeff < coeffRows; ++ycoeff)