X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_AltitudeObject.cxx;h=0286c1e3d558fe02d3989aa47737406389185b73;hb=a95289fabbb6fbf6f32c06207422c65aafd5bd65;hp=bec225593d196c76e2501db5be74c8098925fe63;hpb=21cfaf7ae27087a9fe7f719d8a62df0a28102da9;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_AltitudeObject.cxx b/src/HYDROData/HYDROData_AltitudeObject.cxx index bec22559..0286c1e3 100644 --- a/src/HYDROData/HYDROData_AltitudeObject.cxx +++ b/src/HYDROData/HYDROData_AltitudeObject.cxx @@ -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();