From 5848754bc6faec3b7a97134b00178a34acca892c Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Fri, 16 Jan 2009 11:38:33 +0100 Subject: [PATCH] STYLE : french comments --- Code/Projections/otbInverseSensorModel.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projections/otbInverseSensorModel.txx b/Code/Projections/otbInverseSensorModel.txx index 9f724ef4df..03ae8963c2 100644 --- a/Code/Projections/otbInverseSensorModel.txx +++ b/Code/Projections/otbInverseSensorModel.txx @@ -92,7 +92,7 @@ namespace otb itkExceptionMacro(<<"TransformPoint(): Invalid Model pointer m_Model == NULL !"); } - this->m_Model->worldToLineSample(ossimGPoint, ossimDPoint); //"worldToLineSample" appelle la m�thode "lineSampleHeightToWorld" pour prendre en compte l'�l�vation. + this->m_Model->worldToLineSample(ossimGPoint, ossimDPoint); //"worldToLineSample" call "lineSampleHeightToWorld" method for take in care elevation information. OutputPointType outputPoint; -- GitLab