Salome HOME
Correction of the documentation about GMF import/export.
authorfahed <fahed>
Wed, 11 Sep 2013 12:22:01 +0000 (12:22 +0000)
committerfahed <fahed>
Wed, 11 Sep 2013 12:22:01 +0000 (12:22 +0000)
src/SMESH_SWIG/smeshBuilder.py

index e5e8b9f073aa584be6caac4b016700b09d27492f..fb95c5b50d22cf985a8b996e05db4d1560bc90db 100644 (file)
@@ -552,7 +552,7 @@ class smeshBuilder(object, SMESH._objref_SMESH_Gen):
         return aMeshes, aStatus
 
     ## Creates a Mesh object importing data from the given GMF file.
-    #  GMF files have .mesh extension for the ASCII format and .meshb for
+    #  GMF files must have .mesh extension for the ASCII format and .meshb for
     #  the bynary format.
     #  @return [ an instance of Mesh class, SMESH.ComputeError ]
     #  @ingroup l2_impexp