From 694d3b3ad1f78de01cda6652ccf734b26cfb4ad9 Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Fri, 19 Nov 2010 18:35:30 +0100
Subject: [PATCH] TEST

---
 Code/Radiometry/otbSarParametricMapFunction.txx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Radiometry/otbSarParametricMapFunction.txx b/Code/Radiometry/otbSarParametricMapFunction.txx
index 985bbce4ff..7a66a61e12 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)
-- 
GitLab