Porting to Mandrake 10.1 and new products:

new compiler gcc 3.4.1
This commit is contained in:
mpv 2005-06-08 04:52:11 +00:00
parent 0cf919dde0
commit de3649f7a3

View File

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