Preparation win32 version
This commit is contained in:
parent
6ee0525644
commit
6e4c907633
@ -2900,8 +2900,9 @@ bool NETGENPlugin_Mesher::Evaluate(MapShapeNbElems& aResMap)
|
||||
|
||||
void NETGENPlugin_Mesher::RemoveTmpFiles()
|
||||
{
|
||||
bool rm = SMESH_File("test.out").remove() ;
|
||||
#ifndef WIN32
|
||||
if ( SMESH_File("test.out").remove() && netgen::testout)
|
||||
if (rm && netgen::testout)
|
||||
{
|
||||
delete netgen::testout;
|
||||
netgen::testout = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user