021549]: [CEA] meshing problem with samples file

ingnore errors occured at MESHCONST_ANALYSE step
This commit is contained in:
eap 2012-05-04 10:04:49 +00:00
parent a0a3fb8c66
commit 83ef7c6396

View File

@ -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 )