From 073be6463ccac0e9c9007880699e1a147765d4f5 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 18 Apr 2007 07:08:21 +0000 Subject: [PATCH] PAL13330 (When mesh generation does not success, trace where) fix comment --- 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 7d46dd9d7..3e070a596 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -2071,7 +2071,7 @@ class Mesh: # will be mapped into -th node of each volume, the (0,0,1) # key-point will be mapped into -th node of each volume. # The (0,0,0) key-point of used pattern corresponds to not split corner. - # @param @return TRUE in case of success, FALSE otherwise. + # @return TRUE in case of success, FALSE otherwise. def SplitHexaToTetras (self, theObject, theNode000, theNode001): # Pattern: 5.---------.6 # /|#* /| -- 2.39.2