Salome HOME
Update meshpy.py by request of FKL
[modules/smesh.git] / src / SMESH_SWIG / meshpy.py
index 86c0fde04a86937218d19fcfb820374962652f1e..f38b46a209c2d84e54e7170072db5d66e7e89e8e 100644 (file)
@@ -154,7 +154,7 @@ class MeshHexaImpl:
             type = SMESH.VOLUME
         return self.mesh.CreateGroupFromGEOM(type, name, grp)
 
-    def ExportMED(self, filename, groups=1):
+    def ExportMED(self, filename, groups=0):
         """
          Export mesh in a MED file
          \param filename Name for MED file to be created