Salome HOME
Update meshpy.py by request of FKL V2_2_0b4
authorjfa <jfa@opencascade.com>
Tue, 15 Feb 2005 10:22:14 +0000 (10:22 +0000)
committerjfa <jfa@opencascade.com>
Tue, 15 Feb 2005 10:22:14 +0000 (10:22 +0000)
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