Update meshpy.py by request of FKL

This commit is contained in:
jfa 2005-02-15 10:22:14 +00:00
parent d9c93f6f32
commit 992b382297

View 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