Salome HOME
debug of tests for DTM
[modules/hydro.git] / src / HYDROData / HYDROData_AltitudeObject.cxx
index bec225593d196c76e2501db5be74c8098925fe63..0286c1e3d558fe02d3989aa47737406389185b73 100644 (file)
@@ -51,7 +51,8 @@ QStringList HYDROData_AltitudeObject::DumpToPython( const QString& thePyScriptPa
   return aResList;
 }
 
-double HYDROData_AltitudeObject::GetAltitudeForPoint( const gp_XY& thePoint ) const
+double HYDROData_AltitudeObject::GetAltitudeForPoint( const gp_XY& thePoint,
+                                                      int theMethod) const
 {
   DEBTRACE("HYDROData_AltitudeObject::GetAltitudeForPoint");
   double aResAltitude = GetInvalidAltitude();