From: mkr Date: Mon, 27 Feb 2006 12:19:28 +0000 (+0000) Subject: Fix for PAL11733 : version arg of the ExportToMED method. X-Git-Tag: T2_2_9pre~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d52ac0791da5fa7827e0f63e7761c77f379d7467;p=modules%2Fsmesh.git Fix for PAL11733 : version arg of the ExportToMED method. --- diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index 9c0d2baf7..5034d8e05 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -457,7 +457,7 @@ class Mesh: """ Export the mesh in a file with the MED format and choice the \a version of MED format \param f is the file name - \param version values are smesh.MED_V2_1, smesh.MED_V2_2 + \param version values are SMESH.MED_V2_1, SMESH.MED_V2_2 """ self.mesh.ExportToMED(f, opt, version)