From: asl Date: Thu, 15 Oct 2015 05:33:49 +0000 (+0300) Subject: code revision X-Git-Tag: v1.5~115 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a405011b9657ec59b58b9147c6be3b2754c760d2;p=modules%2Fhydro.git code revision --- diff --git a/src/HYDROData/HYDROData_IAltitudeObject.cxx b/src/HYDROData/HYDROData_IAltitudeObject.cxx index 521308af..5a307ead 100644 --- a/src/HYDROData/HYDROData_IAltitudeObject.cxx +++ b/src/HYDROData/HYDROData_IAltitudeObject.cxx @@ -18,8 +18,6 @@ #include "HYDROData_IAltitudeObject.h" -#include - #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; } - - diff --git a/src/HYDROData/HYDROData_IInterpolator.cxx b/src/HYDROData/HYDROData_IInterpolator.cxx index 72344d90..9bb77827 100644 --- a/src/HYDROData/HYDROData_IInterpolator.cxx +++ b/src/HYDROData/HYDROData_IInterpolator.cxx @@ -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 +} diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index 0c347add..76ec9364 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -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; }