]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
code revision
authorasl <asl@opencascade.com>
Thu, 15 Oct 2015 05:33:49 +0000 (08:33 +0300)
committerasl <asl@opencascade.com>
Thu, 15 Oct 2015 05:33:49 +0000 (08:33 +0300)
src/HYDROData/HYDROData_IAltitudeObject.cxx
src/HYDROData/HYDROData_IInterpolator.cxx
src/HYDROData/HYDROData_LandCoverMap.cxx

index 521308afd757d7d142a3afc030076b9abf09da0f..5a307eadc8d0f9b573b2652d340a1e282d82741a 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "HYDROData_IAltitudeObject.h"
 
-#include <gp_XY.hxx>
-
 #define INVALID_ALTITUDE_VALUE -9999.0
 
 IMPLEMENT_STANDARD_HANDLE(HYDROData_IAltitudeObject, HYDROData_Entity)
@@ -38,5 +36,3 @@ double HYDROData_IAltitudeObject::GetInvalidAltitude()
 {
   return INVALID_ALTITUDE_VALUE;
 }
-
-
index 72344d9009331b50252b6ccf70e619d4aba93960..9bb77827898d78d9af3e1132d427d02e8dc99752 100644 (file)
@@ -49,4 +49,4 @@ double HYDROData_IInterpolator::GetAltitudeForPoint(
 double HYDROData_IInterpolator::GetAltitudeForPoint( const gp_XY& thePoint ) const
 {
   return GetAltitudeForPoint( thePoint.X(), thePoint.Y() );
-}
\ No newline at end of file
+}
index 0c347add1b7e9ce7bec8b212380d2f801d2fe169..76ec9364b020136edc0306701c2a7eed91a610f5 100644 (file)
@@ -263,7 +263,7 @@ bool HYDROData_LandCoverMap::Remove( const TopTools_ListOfShape& theFacesToRemov
     if( !aFacesToRemove.Contains( anIt.Face() ) )
       aNewFaces.Add( anIt.Face(), anIt.StricklerType() );
 
-  StoreLandCovers( aNewFaces );  
+  StoreLandCovers( aNewFaces );
   return true;
 }