Salome HOME
MED write/append with a lower major version of MED file format: second step
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 786bfc9bd712b7e61288bedb0bf0afa63c17fd22..41bbce48b96c2038c4cc1dfa790cd0bd738cfb1c 100644 (file)
@@ -239,7 +239,7 @@ public:
 
   void ExportMED( const char*        file,
                   CORBA::Boolean     auto_groups,
-                  CORBA::Long        minor,
+                  CORBA::Long        version,
                   CORBA::Boolean     overwrite,
                   CORBA::Boolean     autoDimension = true) throw (SALOME::SALOME_Exception);
 
@@ -259,7 +259,7 @@ public:
   void ExportPartToMED(SMESH::SMESH_IDSource_ptr meshPart,
                        const char*               file,
                        CORBA::Boolean            auto_groups,
-                       CORBA::Long               minor,
+                       CORBA::Long               version,
                        CORBA::Boolean            overwrite,
                        CORBA::Boolean            autoDim,
                        const GEOM::ListOfFields& fields,