Salome HOME
Fix compilation pb caused by commit 49ff23c9
authorvsr <vsr@opencascade.com>
Thu, 26 Jul 2018 09:55:31 +0000 (12:55 +0300)
committervsr <vsr@opencascade.com>
Thu, 26 Jul 2018 09:55:31 +0000 (12:55 +0300)
src/SMESH/SMESH_Mesh.cxx

index 3f16ab7dd58be1869e0428e07ca8e675e4cb8a9b..c1bbb1702bdfb881d632662a65d4b21f28d9aa54 100644 (file)
@@ -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());
   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
             /*meshPart=*/NULL, /*theAutoDimension=*/false, /*theAddODOnVertices=*/false,
             /*theAllElemsToGroup=*/true ); // theAllElemsToGroup is for PAL0023413
 #ifdef WIN32