Salome HOME
choice of MED format, minor version, for backward compatibility
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index 76987e5b1f39032709595b1e2b6129ccc526abbb..7de8ef36ffca63ee8462cafc015fe6dec359db55 100644 (file)
@@ -1402,6 +1402,7 @@ void SMESH_Mesh::ExportMED(const char *        file,
                            bool                theAllElemsToGroup)
   throw(SALOME_Exception)
 {
+  //MESSAGE("MED_VERSION:"<< theVersion);
   SMESH_TRY;
 
   DriverMED_W_SMESHDS_Mesh myWriter;