From: abuhsing Date: Fri, 17 May 2013 13:45:31 +0000 (+0000) Subject: Evol minime X-Git-Tag: V6_main_FINAL~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=73ef6f63d4bd1577d5755d879adda5a4d665827f;p=plugins%2Fhexablockplugin.git Evol minime --- diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx index fe303f0..ccf971f 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx @@ -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 )