From 992b382297f12bd4b96d7929b4eb171e864216c7 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 15 Feb 2005 10:22:14 +0000 Subject: [PATCH] Update meshpy.py by request of FKL --- src/SMESH_SWIG/meshpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2