Salome HOME
Mise a jour du plugin Hexa 6
[plugins/hexablockplugin.git] / src / HEXABLOCKPlugin / HEXABLOCKPlugin_mesh.cxx
index fe303f0596895367ac0efae8817acd18b2182c7d..ccf971f7f06f2cb28809f8aa09f62e265319bd7f 100755 (executable)
@@ -97,7 +97,7 @@ static int  MYDEBUG = 0;
 
 
 static double HEXA_EPS      = 1.0e-3; //1E-3;
-static double HEXA_QUAD_WAY = PI/4.; //3.*PI/8.;
+static double HEXA_QUAD_WAY = M_PI/4.; //3.*PI/8.;
 
 // ============================================================ string2shape
 TopoDS_Shape string2shape( const string& brep )