From a405011b9657ec59b58b9147c6be3b2754c760d2 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 15 Oct 2015 08:33:49 +0300 Subject: [PATCH] code revision --- src/HYDROData/HYDROData_IAltitudeObject.cxx | 4 ---- src/HYDROData/HYDROData_IInterpolator.cxx | 2 +- src/HYDROData/HYDROData_LandCoverMap.cxx | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) 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; } -- 2.39.2