Salome HOME
porting on linux
[modules/hydro.git] / src / HYDROData / HYDROData_ChannelAltitude.cxx
index 413685f83f3ddbc4a8874ec8de21e856ee2d10c5..92d4d2fe7c9597ef543d069124532067126d0e66 100644 (file)
@@ -65,7 +65,8 @@ HYDROData_ChannelAltitude::~HYDROData_ChannelAltitude()
 {
 }
 
-double HYDROData_ChannelAltitude::GetAltitudeForPoint( const gp_XY& thePoint ) const
+double HYDROData_ChannelAltitude::GetAltitudeForPoint( const gp_XY& thePoint,
+                                                       int theMethod) const
 {
   DEBTRACE("GetAltitudeForPoint p(" << thePoint.X() << ", " << thePoint.Y() << ")");
   double aResAltitude = GetInvalidAltitude();