Salome HOME
refs #1837 GetAltitudeForPoint :: missing parameter
authorisn <isn@opencascade.com>
Thu, 15 Nov 2018 18:41:30 +0000 (21:41 +0300)
committerisn <isn@opencascade.com>
Thu, 15 Nov 2018 18:49:32 +0000 (21:49 +0300)
src/HYDROData/HYDROData_CalculationCase.cxx

index ef39c64be863999482ecf15408be6734e032b7f9..0328afdc0ec8128d903ba3a6b7b4cff5e06c1527 100755 (executable)
@@ -976,7 +976,7 @@ double HYDROData_CalculationCase::GetAltitudeForPoint( const gp_XY&
       else
       {
        DEBTRACE("aZoneInterpolator == NULL");
-        aResAltitude = aMergeAltitude->GetAltitudeForPoint( thePoint );
+        aResAltitude = aMergeAltitude->GetAltitudeForPoint( thePoint, theMethod );
       }
     }
   }