Skip to content
  • Liam Healy's avatar
    ODE evolution ported to callbacks-included · b6561c8e
    Liam Healy authored
    Mobject 'ode-evolution is now made as a subclass of 'callbacks-included-cl, a
    new class that is a subclass of 'callbacks-included, but which stores the
    cbstruct pointer in a CL slot rather than in a foreign struct.  This example is
    correct,
    (integrate-vanderpol 1.0d0 1.d-4 *step-rk4* nil)
    40
    1.0d0
    -1.4568569264026898d0
    -11.547449151779395d0
    b6561c8e