021549]: [CEA] meshing problem with samples file
ingnore errors occured at MESHCONST_ANALYSE step
This commit is contained in:
parent
a0a3fb8c66
commit
83ef7c6396
@ -1863,8 +1863,10 @@ bool NETGENPlugin_Mesher::Compute()
|
|||||||
comment << text(ex);
|
comment << text(ex);
|
||||||
if ( !ngMesh )
|
if ( !ngMesh )
|
||||||
return false;
|
return false;
|
||||||
err = 1;
|
|
||||||
}
|
}
|
||||||
|
err = 0; //- MESHCONST_ANALYSE isn't so important step
|
||||||
|
if ( !ngMesh )
|
||||||
|
return false;
|
||||||
ngLib.setMesh(( Ng_Mesh*) ngMesh );
|
ngLib.setMesh(( Ng_Mesh*) ngMesh );
|
||||||
|
|
||||||
if ( _simpleHyp )
|
if ( _simpleHyp )
|
||||||
|
Loading…
Reference in New Issue
Block a user