← Back to team overview

yade-users team mailing list archive

Re: [Question #705005]: problem of erasing particle

 

Question #705005 on Yade changed:
https://answers.launchpad.net/yade/+question/705005

    Status: Open => Answered

Karol Brzezinski proposed the following answer:
Hi Guo,

You are removing particles while the simulation is still in process. You
need to make the script wait, units the simulation pauses:

O.run(20, wait=True)

Cheers,
Karol

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.