mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-05 12:28:26 +05:00
remove unneeded whitespaces
This commit is contained in:
parent
ea51ada0c0
commit
bfe435ad43
@ -80,25 +80,7 @@ namespace{
|
|||||||
return aDist;
|
return aDist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int getNbMultiConnection( SMDS_Mesh* theMesh, const int theId )
|
int getNbMultiConnection( SMDS_Mesh* theMesh, const int theId )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
if ( theMesh == 0 )
|
if ( theMesh == 0 )
|
||||||
return 0;
|
return 0;
|
||||||
@ -374,11 +356,6 @@ namespace{
|
|||||||
return abs(aVec3 * anAreaVec) / 6.0;
|
return abs(aVec3 * anAreaVec) / 6.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline double getMaxHeight(double theLen[6])
|
inline double getMaxHeight(double theLen[6])
|
||||||
{
|
{
|
||||||
double aHeight = max(theLen[0],theLen[1]);
|
double aHeight = max(theLen[0],theLen[1]);
|
||||||
@ -389,15 +366,6 @@ namespace{
|
|||||||
return aHeight;
|
return aHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
double AspectRatio3D::GetValue( const TSequenceOfXYZ& P )
|
double AspectRatio3D::GetValue( const TSequenceOfXYZ& P )
|
||||||
|
@ -253,7 +253,6 @@ namespace SMESH{
|
|||||||
virtual SMDSAbs_ElementType GetType() const;
|
virtual SMDSAbs_ElementType GetType() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
PREDICATES
|
PREDICATES
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user