Salome HOME
Fix for PAL11733 : version arg of the ExportToMED method.
authormkr <mkr@opencascade.com>
Mon, 27 Feb 2006 12:19:28 +0000 (12:19 +0000)
committermkr <mkr@opencascade.com>
Mon, 27 Feb 2006 12:19:28 +0000 (12:19 +0000)
src/SMESH_SWIG/smesh.py

index 9c0d2baf766753f39159e17804fc89aaeacdb211..5034d8e052d064f67fb05a7a2bf55b959f7ffdfa 100644 (file)
@@ -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)