Fix for PAL11733 : version arg of the ExportToMED method.

This commit is contained in:
mkr 2006-02-27 12:19:28 +00:00
parent 6f9aca5baf
commit d52ac0791d

View 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 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)