From 14f4e8e2c073c524aff90db1c37fda39cb943f64 Mon Sep 17 00:00:00 2001 From: isn Date: Thu, 15 Nov 2018 21:41:30 +0300 Subject: [PATCH] refs #1837 GetAltitudeForPoint :: missing parameter --- src/HYDROData/HYDROData_CalculationCase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } } -- 2.39.2