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;
#ifndef _DEBUG_
removeFile(Hexotic_Out);
removeFile(Hexotic_In);
- removeFile(aLogFileName);
+ //removeFile(aLogFileName);
for( int i=0; i<sizeMapFiles.size(); i++)
{
removeFile( TCollection_AsciiString( sizeMapFiles[i].c_str() ) );
cout << std::endl;
cout << "Creating MG-Hexa input mesh file : " << Hexotic_In << std::endl;
+ cout << "Creating MG-Hexa log file : " << aLogFileName << std::endl;
aMesh.ExportGMF(Hexotic_In.ToCString(), aHelper->GetMeshDS());
#ifndef WIN32
modeFile_In += Hexotic_In;