From: ctn Date: Wed, 5 Feb 2014 12:03:58 +0000 (+0000) Subject: 0022481: EDF 2559 SMESH: Is GetGroups list sorted? X-Git-Tag: V7_4_0a1~80 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b212155ceadd521a9244243ef03c65975fe2e1f0;p=modules%2Fsmesh.git 0022481: EDF 2559 SMESH: Is GetGroups list sorted? => update of the doc --- diff --git a/src/SMESH_SWIG/smeshBuilder.py b/src/SMESH_SWIG/smeshBuilder.py index 5af2bea9b..fb80a5abe 100644 --- a/src/SMESH_SWIG/smeshBuilder.py +++ b/src/SMESH_SWIG/smeshBuilder.py @@ -1912,7 +1912,7 @@ class Mesh: def RemoveGroupWithContents(self, group): self.mesh.RemoveGroupWithContents(group) - ## Gets the list of groups existing in the mesh + ## Gets the list of groups existing in the mesh in the order of creation (starting from the oldest one) # @return a sequence of SMESH_GroupBase # @ingroup l2_grps_create def GetGroups(self):