From: fkl Date: Tue, 3 Apr 2012 10:56:34 +0000 (+0000) Subject: Bad epsilon: in fact epsilon*epsilon X-Git-Tag: V6_5_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3f387ddcc545fb7c4326e7a3259b62f793f8f5a;p=plugins%2Fhexablockplugin.git Bad epsilon: in fact epsilon*epsilon Francis Kloss --- diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx index 95a1bf0..04cc805 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx @@ -95,7 +95,7 @@ static int MYDEBUG = 0; #endif -static double HEXA_EPSILON = 1E-6; //1E-3; +static double HEXA_EPSILON = 1E-3; //1E-3; static double HEXA_QUAD_WAY = PI/4.; //3.*PI/8.; // static double HEXA_QUAD_WAY2 = 499999999.*PI/1000000000.;