Salome HOME
debug exporting MED files, adding meshes, different MED versions...
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index dc0f27f957426dc32891c7db677c47cfb66125ca..2360fd4d17ea482d0307e8326fd7871056dfebac 100644 (file)
@@ -348,9 +348,12 @@ public:
   // Get MED version of the file by its name
   char* GetMEDVersion(const char* theFileName);
 
-  // Check compatibility of file with MED format being used.
+  // Check compatibility of file with MED format being used, read only.
   CORBA::Boolean CheckCompatibility(const char* theFileName);
 
+  // Check compatibility of file with MED format being used, for append on write.
+  CORBA::Boolean CheckWriteCompatibility(const char* theFileName);
+
   // Get names of meshes defined in file with the specified name
   SMESH::string_array* GetMeshNames(const char* theFileName);