From 73ef6f63d4bd1577d5755d879adda5a4d665827f Mon Sep 17 00:00:00 2001 From: abuhsing Date: Fri, 17 May 2013 13:45:31 +0000 Subject: [PATCH] Evol minime --- src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2