0022170: [CEA 704] Redirect NETGEN outup in a log file
Keep output files in case of failure in DEBUG mode only
This commit is contained in:
parent
20a307c4b6
commit
cffc818f79
@ -3564,7 +3564,9 @@ NETGENPlugin_NetgenLibWrapper::~NETGENPlugin_NetgenLibWrapper()
|
|||||||
Ng_DeleteMesh( _ngMesh );
|
Ng_DeleteMesh( _ngMesh );
|
||||||
Ng_Exit();
|
Ng_Exit();
|
||||||
NETGENPlugin_Mesher::RemoveTmpFiles();
|
NETGENPlugin_Mesher::RemoveTmpFiles();
|
||||||
|
#ifdef _DEBUG_
|
||||||
if( _isComputeOk )
|
if( _isComputeOk )
|
||||||
|
#endif
|
||||||
removeOutputFile();
|
removeOutputFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user