From: eap Date: Fri, 11 Mar 2011 13:18:40 +0000 (+0000) Subject: 0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement X-Git-Tag: StartingPortingMED3~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05a14a920377f77edf15c32c1c9941e01d1772d1;p=modules%2Fsmesh.git 0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement fix comment of MakeBoundaryElements() --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 162558018..aef210539 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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