Fix for PAL11733 ( version arg of the ExportToMED method ) for Salome development version.

This commit is contained in:
mkr 2006-02-27 12:16:20 +00:00
parent 2ec6cc8c59
commit 483e31c576

View 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 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 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) self.mesh.ExportToMED(f, opt, version)