From: eap Date: Wed, 30 Mar 2016 13:05:02 +0000 (+0300) Subject: 23260: [CEA 1685] Patch to keep log file in HexoticPLUGIN X-Git-Tag: V7_8_0a2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf5a6a1500a90d8f1d7788e356687994f3c8a276;p=plugins%2Fhexoticplugin.git 23260: [CEA 1685] Patch to keep log file in HexoticPLUGIN --- diff --git a/src/HexoticPlugin/HexoticPlugin_Hexotic.cxx b/src/HexoticPlugin/HexoticPlugin_Hexotic.cxx index 6cbac63..314fc51 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hexotic.cxx +++ b/src/HexoticPlugin/HexoticPlugin_Hexotic.cxx @@ -1558,6 +1558,7 @@ bool HexoticPlugin_Hexotic::Compute(SMESH_Mesh& aMesh, std::string run_Hexotic = getHexoticCommand(Hexotic_In, Hexotic_Out, Hexotic_SizeMap_Prefix); run_Hexotic += std::string(" 1> ") + aLogFileName.ToCString(); // dump into file + cout << "Creating MG-Hexa log file : " << aLogFileName << std::endl; cout << std::endl; cout << "MG-Hexa command : " << run_Hexotic << std::endl; @@ -1604,7 +1605,7 @@ bool HexoticPlugin_Hexotic::Compute(SMESH_Mesh& aMesh, #ifndef _DEBUG_ removeFile(Hexotic_Out); removeFile(Hexotic_In); - removeFile(aLogFileName); + //removeFile(aLogFileName); for( int i=0; iGetMeshDS()); #ifndef WIN32 modeFile_In += Hexotic_In;