yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06087
[Bug 604719] Re: Dispatcher crashes if no functors are defined
Fixed in r2471 (not mentioned in the changelog by omission); returns
None for no functor.
** Changed in: yade
Status: Confirmed => Fix Released
** Changed in: yade
Assignee: (unassigned) => Václav Šmilauer (eudoxos)
--
Dispatcher crashes if no functors are defined
https://bugs.launchpad.net/bugs/604719
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Fix Released
Bug description:
bd=BoundDispatcher()
bd.dispFunctor(Aabb())
bd.dispFunctor(Sphere(),Aabb())
crash (should throw an exception instead).
References