Can you provide a self-contained, running test example?

Also, there is no need for the anonymous function here:
tout,yout=ODE.ode4(functionName,t,x)

On Wed, 2015-05-06 at 19:02, Lytu <[email protected]> wrote:
> I have issues with : 
> tout,yout=ODE.ode4((t,x)->functionName(t,x),t,x)
> it gives the error: BoundsError() in julia version 0.3.6 but works 
> perfectly in julia version 0.3.0.
>
> Can someone tell me how to fix this problem please?
> Thank you

Reply via email to