From cf5a6a1500a90d8f1d7788e356687994f3c8a276 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 30 Mar 2016 16:05:02 +0300 Subject: [PATCH] 23260: [CEA 1685] Patch to keep log file in HexoticPLUGIN --- src/HexoticPlugin/HexoticPlugin_Hexotic.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2