From: enk Date: Mon, 27 Dec 2004 09:09:49 +0000 (+0000) Subject: remove unneeded whitespaces X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bfe435ad43378c8119a70e1b8baa998861e64654;p=modules%2Fsmesh.git remove unneeded whitespaces --- 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 */