mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 10:40:34 +05:00
Correction of a spelling mistake :
"bynary" becomes "binary"
This commit is contained in:
parent
721565eb5e
commit
d557d034ee
@ -553,7 +553,7 @@ class smeshBuilder(object, SMESH._objref_SMESH_Gen):
|
|||||||
|
|
||||||
## Creates a Mesh object importing data from the given GMF file.
|
## Creates a Mesh object importing data from the given GMF file.
|
||||||
# GMF files must 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.
|
# the binary format.
|
||||||
# @return [ an instance of Mesh class, SMESH.ComputeError ]
|
# @return [ an instance of Mesh class, SMESH.ComputeError ]
|
||||||
# @ingroup l2_impexp
|
# @ingroup l2_impexp
|
||||||
def CreateMeshesFromGMF( self, theFileName ):
|
def CreateMeshesFromGMF( self, theFileName ):
|
||||||
|
Loading…
Reference in New Issue
Block a user