From: gdd Date: Mon, 20 Aug 2012 15:02:39 +0000 (+0000) Subject: Fix incorrect doc example X-Git-Tag: V6_6_0a1~206 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=68d4198983f1b2fad39af32235347cde038a2ec7 Fix incorrect doc example --- diff --git a/doc/salome/gui/SMESH/input/tui_quality_controls.doc b/doc/salome/gui/SMESH/input/tui_quality_controls.doc index bc99172aa..2991eb521 100644 --- a/doc/salome/gui/SMESH/input/tui_quality_controls.doc +++ b/doc/salome/gui/SMESH/input/tui_quality_controls.doc @@ -164,8 +164,8 @@ mesh.RemoveElements(anIds) aBorders = mesh.GetFreeBorders() # create groups -aGroupF = mesh.CreateGroup(SMESH.FACE, "Faces with free edges") -aGroupN = mesh.CreateGroup(SMESH.NODE, "Nodes on free edges") +aGroupF = mesh.CreateEmptyGroup(smesh.FACE, "Faces with free edges") +aGroupN = mesh.CreateEmptyGroup(smesh.NODE, "Nodes on free edges") # fill groups with elements, corresponding to the criterion print ""