mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Fix for PAL11733 ( version arg of the ExportToMED method ) for Salome development version.
This commit is contained in:
parent
2ec6cc8c59
commit
483e31c576
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user