remove unneeded whitespaces

This commit is contained in:
enk 2004-12-27 09:09:49 +00:00
parent ea51ada0c0
commit bfe435ad43
2 changed files with 0 additions and 33 deletions

View File

@ -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 )

View File

@ -253,7 +253,6 @@ namespace SMESH{
virtual SMDSAbs_ElementType GetType() const;
};
/*
PREDICATES
*/