Salome HOME
Merge V8_4_BR branch.
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index 93fbbac35e74cd245dda6e429bcaafdeebc1e142..713869c25da4e803f72c0ba114cef40c7ad1571d 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;