From bfe435ad43378c8119a70e1b8baa998861e64654 Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 27 Dec 2004 09:09:49 +0000 Subject: [PATCH] remove unneeded whitespaces --- src/Controls/SMESH_Controls.cxx | 32 ------------------------------ src/Controls/SMESH_ControlsDef.hxx | 1 - 2 files changed, 33 deletions(-) diff --git a/src/Controls/SMESH_Controls.cxx b/src/Controls/SMESH_Controls.cxx index 7bc73b69f..5d38ccc00 100644 --- a/src/Controls/SMESH_Controls.cxx +++ b/src/Controls/SMESH_Controls.cxx @@ -80,25 +80,7 @@ namespace{ return aDist; } - - - - - - - - - - int getNbMultiConnection( SMDS_Mesh* theMesh, const int theId ) - - - - - - - - { if ( theMesh == 0 ) return 0; @@ -374,11 +356,6 @@ namespace{ return abs(aVec3 * anAreaVec) / 6.0; } - - - - - inline double getMaxHeight(double theLen[6]) { double aHeight = max(theLen[0],theLen[1]); @@ -389,15 +366,6 @@ namespace{ return aHeight; } - - - - - - - - - } double AspectRatio3D::GetValue( const TSequenceOfXYZ& P ) diff --git a/src/Controls/SMESH_ControlsDef.hxx b/src/Controls/SMESH_ControlsDef.hxx index f04e5f300..bb15c9635 100644 --- a/src/Controls/SMESH_ControlsDef.hxx +++ b/src/Controls/SMESH_ControlsDef.hxx @@ -253,7 +253,6 @@ namespace SMESH{ virtual SMDSAbs_ElementType GetType() const; }; - /* PREDICATES */ -- 2.39.2