forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Issues with tout,yout=ODE.ode4((t,x)->functionName(t,x),t,x) in julia version 0.3.6 #257

Closed Lytu closed 9 years ago

Lytu commented 9 years ago

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

WestleyArgentum commented 9 years ago

This seems like it might be a bug in ODE.jl, please check out the repo here: https://github.com/JuliaLang/ODE.jl