From 483e31c576b3741ca0b004111d55dec44ec7c718 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 27 Feb 2006 12:16:20 +0000 Subject: [PATCH] Fix for PAL11733 ( version arg of the ExportToMED method ) for Salome development version. --- src/SMESH_SWIG/smesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index 4d525cfb1..4242344af 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -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) -- 2.39.2