]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Tools/MacMesh/MacMesh/PublishGroups.py
Salome HOME
refs #255: 7.5.6. Generation of the boundary particles for particulate boundary model
[modules/smesh.git] / src / Tools / MacMesh / MacMesh / PublishGroups.py
index 31f2b73297f9a7b19eb895ec2ed3db91382fcd63..b5ba1c1b7ba094feed2b5e6f4120b9c1499379f1 100644 (file)
@@ -56,8 +56,8 @@ def PublishGroups ():
                 TempNames = []
                 for MacroObj in Config.ListObj :
                         if group in MacroObj.GroupNames :
-                                Occurences = IndexMultiOcc(MacroObj.GroupNames, group)
-                                for Occ in Occurences :
+                                Occurrences = IndexMultiOcc(MacroObj.GroupNames, group)
+                                for Occ in Occurrences :
                                         TempGEOList += MacroObj.GetBorder(Occ)
                 GroupGEO.append(geompy.MakeCompound(TempGEOList))
                 geompy.addToStudyInFather(FinalCompound,GroupGEO[-1],'GR_'+group)