From: isn Date: Thu, 15 Nov 2018 18:41:30 +0000 (+0300) Subject: refs #1837 GetAltitudeForPoint :: missing parameter X-Git-Tag: HYDRO_V2_0_0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=14f4e8e2c073c524aff90db1c37fda39cb943f64;p=modules%2Fhydro.git refs #1837 GetAltitudeForPoint :: missing parameter --- diff --git a/src/HYDROData/HYDROData_CalculationCase.cxx b/src/HYDROData/HYDROData_CalculationCase.cxx index ef39c64b..0328afdc 100755 --- a/src/HYDROData/HYDROData_CalculationCase.cxx +++ b/src/HYDROData/HYDROData_CalculationCase.cxx @@ -976,7 +976,7 @@ double HYDROData_CalculationCase::GetAltitudeForPoint( const gp_XY& else { DEBTRACE("aZoneInterpolator == NULL"); - aResAltitude = aMergeAltitude->GetAltitudeForPoint( thePoint ); + aResAltitude = aMergeAltitude->GetAltitudeForPoint( thePoint, theMethod ); } } }