yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #25659
Re: [Question #697336]: How to close the function doneHook in PeriTriaxController
Question #697336 on Yade changed:
https://answers.launchpad.net/yade/+question/697336
Status: Open => Answered
Robert Caulk proposed the following answer:
Hello,
>so I set doneHook=uninitalized. Is that right?
I would guess no, there will probably be a KeyErr complaint saying that
"uninitialized" does not exist.
Usually in python you would use None for something like this.
doneHook=None
Hope it helps,
Rob
--
You received this question notification because your team yade-users is
an answer contact for Yade.