From: Kasper B. <kb...@gm...> - 2010-10-26 15:10:29
|
Hi list PyODE doesn't seem to support the latest version of the ode library because later versions of ode require you to initialize the library before using it. I've attached a patch that adds a library initialization function ode.init(). I can't say for sure if it fixes all compatibility issues but at least it fixed my problem. Just call ode.init() before any other ode-function and it should work with the latest version of the library (ode-0.11) Best /Kasper |