From: jfa Date: Tue, 15 Feb 2005 10:22:14 +0000 (+0000) Subject: Update meshpy.py by request of FKL X-Git-Tag: V2_2_0b4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=992b382297f12bd4b96d7929b4eb171e864216c7 Update meshpy.py by request of FKL --- diff --git a/src/SMESH_SWIG/meshpy.py b/src/SMESH_SWIG/meshpy.py index 86c0fde04..f38b46a20 100644 --- a/src/SMESH_SWIG/meshpy.py +++ b/src/SMESH_SWIG/meshpy.py @@ -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