Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/smesh.git] / src / Controls / SMESH_Controls.cxx
index 084f07d9abe07eb78fbe66a787a92a085a7642f5..0e73c4fc8680b6880c2ca5893ddc4bc2dc3d4d0d 100644 (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])