Salome HOME
desactive traces
[modules/hydro.git] / src / HYDROData / HYDROData_IInterpolator.cxx
index da40d5172b0f473029aa483b4095a10a21ef215a..4910982d7ca86f398d92f2d12b241dd4c526f147 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <gp_XY.hxx>
 
-#define _DEVDEBUG_
+//#define _DEVDEBUG_
 #include "HYDRO_trace.hxx"
 
 HYDROData_IInterpolator::HYDROData_IInterpolator()
@@ -48,7 +48,7 @@ double HYDROData_IInterpolator::GetAltitudeForPoint( const double theCoordX, con
          myAltitudeObject->GetAltitudeForPoint( gp_XY( theCoordX, theCoordY ) );
 }
 
-double HYDROData_IInterpolator::GetAltitudeForPoint( const gp_XY& thePoint ) const
+double HYDROData_IInterpolator::GetAltitudeForPoint( const gp_XY& thePoint) const
 {
   DEBTRACE("HYDROData_IInterpolator::GetAltitudeForPoint");
   return GetAltitudeForPoint( thePoint.X(), thePoint.Y() );