From: eap Date: Fri, 4 May 2012 10:04:49 +0000 (+0000) Subject: 021549]: [CEA] meshing problem with samples file X-Git-Tag: V6_5_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=83ef7c6396b80ea9998173c3d71720e3ac9fd55c;p=plugins%2Fnetgenplugin.git 021549]: [CEA] meshing problem with samples file ingnore errors occured at MESHCONST_ANALYSE step --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index 7532cce..d9b7fd8 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -1863,8 +1863,10 @@ bool NETGENPlugin_Mesher::Compute() comment << text(ex); if ( !ngMesh ) return false; - err = 1; } + err = 0; //- MESHCONST_ANALYSE isn't so important step + if ( !ngMesh ) + return false; ngLib.setMesh(( Ng_Mesh*) ngMesh ); if ( _simpleHyp )