From: Paul RASCLE Date: Thu, 26 Jul 2018 17:33:30 +0000 (+0200) Subject: debug exporting MED files X-Git-Tag: SHAPER_V9_1_0RC1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e4f62e33acc60463b5203eca7e13258f2c69e92;p=modules%2Fsmesh.git debug exporting MED files --- diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 3f16ab7dd..c1bbb1702 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -1508,7 +1508,7 @@ void SMESH_Mesh::ExportSAUV(const char *file, cmd += "from medutilities import my_remove ; my_remove(r'" + medfilename + "')"; cmd += "\""; system(cmd.c_str()); - ExportMED(medfilename.c_str(), theMeshName, theAutoGroups, + ExportMED(medfilename.c_str(), theMeshName, theAutoGroups, /*minor=*/-1, /*meshPart=*/NULL, /*theAutoDimension=*/false, /*theAddODOnVertices=*/false, /*theAllElemsToGroup=*/true ); // theAllElemsToGroup is for PAL0023413 #ifdef WIN32