Salome HOME
refs #1837 GetAltitudeForPoint :: missing parameter
authorisn <isn@opencascade.com>
Thu, 15 Nov 2018 18:41:30 +0000 (21:41 +0300)
committerPaul RASCLE <paul.rascle@edf.fr>
Fri, 16 Nov 2018 08:43:01 +0000 (09:43 +0100)
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 );
       }
     }
   }