X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FControls%2FSMESH_Controls.cxx;h=0e73c4fc8680b6880c2ca5893ddc4bc2dc3d4d0d;hp=084f07d9abe07eb78fbe66a787a92a085a7642f5;hb=8b5184857014c05685f1bf8e8c03a6bc8f0dc513;hpb=14b3cb85a675104589ed821d4531cc32f8dcc224 diff --git a/src/Controls/SMESH_Controls.cxx b/src/Controls/SMESH_Controls.cxx index 084f07d9a..0e73c4fc8 100644 --- a/src/Controls/SMESH_Controls.cxx +++ b/src/Controls/SMESH_Controls.cxx @@ -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])