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:
eap 2013-07-23 12:58:30 +00:00
parent 20a307c4b6
commit cffc818f79

View File

@ -3564,7 +3564,9 @@ NETGENPlugin_NetgenLibWrapper::~NETGENPlugin_NetgenLibWrapper()
Ng_DeleteMesh( _ngMesh );
Ng_Exit();
NETGENPlugin_Mesher::RemoveTmpFiles();
#ifdef _DEBUG_
if( _isComputeOk )
#endif
removeOutputFile();
}