SciML / ODE.jl

Assorted basic Ordinary Differential Equation solvers for scientific machine learning (SciML). Deprecated: Use DifferentialEquations.jl instead.
Other
105 stars 49 forks source link

Fix type stability for tout in oderkf and use push! instead of concatenation. #54

Closed andreasnoack closed 9 years ago

andreasnoack commented 9 years ago

Adjust to new array concatenation syntax

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 96.12% when pulling 099d1d32280e1111708be60d7f786a9f3df42f99 on andreasnoack:anj/ode45 into 9277010038cc07baf07a5437e6745746b0ea2e1c on JuliaLang:master.

jiahao commented 9 years ago

New syntax will break 0.3 compatibility.