From b212155ceadd521a9244243ef03c65975fe2e1f0 Mon Sep 17 00:00:00 2001 From: ctn Date: Wed, 5 Feb 2014 12:03:58 +0000 Subject: [PATCH] 0022481: EDF 2559 SMESH: Is GetGroups list sorted? => update of the doc --- src/SMESH_SWIG/smeshBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):