From 6ee05256447f5636986730ae77b0941efabd3071 Mon Sep 17 00:00:00 2001 From: ana Date: Thu, 25 Jul 2013 12:15:12 +0000 Subject: [PATCH] Preparation win32 version ("0021674: [CEA] problem with netgen 2D and netgen 1D2D on Windows platform" issue) --- src/NETGENPlugin/NETGENPlugin_Mesher.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index c6bfbd5..3f888ff 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -2900,11 +2900,13 @@ bool NETGENPlugin_Mesher::Evaluate(MapShapeNbElems& aResMap) void NETGENPlugin_Mesher::RemoveTmpFiles() { +#ifndef WIN32 if ( SMESH_File("test.out").remove() && netgen::testout) { delete netgen::testout; netgen::testout = 0; } +#endif SMESH_File("problemfaces").remove(); SMESH_File("occmesh.rep").remove(); } -- 2.39.2