Salome HOME
reintroduction of choice of MED minor version when exporting MED files
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 57c26d63a6f5485c9b8005447491887bc4055c6a..c52b5ef2ef8705b0e4f522fa205c9fdd73c9b10c 100644 (file)
@@ -254,6 +254,7 @@ class SMESH_EXPORT SMESH_Mesh
   void ExportMED(const char *        theFile, 
                  const char*         theMeshName = NULL, 
                  bool                theAutoGroups = true, 
+                 int                 TheMinor = -1,
                  const SMESHDS_Mesh* theMeshPart = 0,
                  bool                theAutoDimension = false,
                  bool                theAddODOnVertices = false,