From 05a14a920377f77edf15c32c1c9941e01d1772d1 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 11 Mar 2011 13:18:40 +0000 Subject: [PATCH] 0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement fix comment of MakeBoundaryElements() --- src/SMESH_SWIG/smeshDC.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2