mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 13:04:17 +05:00
Porting to Mandrake 10.1 and new products:
new compiler gcc 3.4.1
This commit is contained in:
parent
0cf919dde0
commit
de3649f7a3
@ -354,7 +354,7 @@ namespace{
|
||||
gp_Vec aVec2( P( 3 ) - P( 1 ) );
|
||||
gp_Vec aVec3( P( 4 ) - P( 1 ) );
|
||||
gp_Vec anAreaVec( aVec1 ^ aVec2 );
|
||||
return abs(aVec3 * anAreaVec) / 6.0;
|
||||
return Abs(aVec3 * anAreaVec) / 6.0;
|
||||
}
|
||||
|
||||
inline double getMaxHeight(double theLen[6])
|
||||
|
Loading…
Reference in New Issue
Block a user