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

index 4d525cfb17bf35de515664c37438d9e45a84ac68..4242344af51be12ae23c454ea6e91914ed234afc 100644 (file)
@@ -614,7 +614,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)