Salome HOME
0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement
authoreap <eap@opencascade.com>
Fri, 11 Mar 2011 13:18:40 +0000 (13:18 +0000)
committereap <eap@opencascade.com>
Fri, 11 Mar 2011 13:18:40 +0000 (13:18 +0000)
fix comment of MakeBoundaryElements()

src/SMESH_SWIG/smeshDC.py

index 162558018bcf3347f875a805fb879789c8ba055d..aef2105398ba6499ecdf18148286874e62e6b466 100644 (file)
@@ -3120,7 +3120,6 @@ class Mesh:
     #  @param toCopyAll - if true, the whole initial mesh will be copied into
     #    the new mesh else only boundary elements will be copied into the new mesh
     #  @param groups - groups of 2D elements to make boundary around
-    #    the new mesh else only boundary elements will be copied into the new mesh
     #  @retval tuple( long, mesh, groups )
     #                 long - number of added boundary elements
     #                 mesh - the mesh where elements were added to