yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06579
[Bug 690091] Re: r2613 packs.py is not working
Hi Anton, sorry for late reply. The Translation engine (and everything
similar) should be modified just like Sega did for RotationEngine in
last commits: remove (not just comment, they are really useless now) all
blocks that are for non-dynamic bodies (i.e. setting new positions),
that will be done by the integrator.
HTH, v
--
You received this bug notification because you are a member of Yade
developers, which is the registrant for Yade.
https://bugs.launchpad.net/bugs/690091
Title:
r2613 packs.py is not working
Status in Yet Another Dynamic Engine:
New
Bug description:
1973 WARN yade.pack.predicates py/log.cpp:17 logSetLevel: No logger named SubdomainOptimizer, ifnoring level setting.
Traceback (most recent call last):
File "./../../../bin/yade-cleanCompNew", line 162, in runScript
execfile(script,globals())
File "packs.py", line 97, in <module>
SubdomainOptimizer(colorize=True,initRun=True,iterPeriod=100),
NameError: name 'SubdomainOptimizer' is not defined
Follow ups
References