yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22712
Re: [Question #689863]: local region particle number
Question #689863 on Yade changed:
https://answers.launchpad.net/yade/+question/689863
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
if you call subbox several time, you append to already existing list. One solution is to reset the list before "for b in O.bodies" loop:
###
def subbox():
global ball_list1
ball_list1 = []
...
###
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.