Skip to content

Commit

Permalink
Update integrator_interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 10, 2018
1 parent ea10148 commit 6e50655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/integrator_interface.jl
Expand Up @@ -154,13 +154,13 @@ Calculate next step of `integrator`.
integrator.u, integrator.dt, integrator.f,
integrator.p,
integrator.cache.caches[integrator.cache.current],
Val{false}, Val{true}, Val{true})
false, true, true)
else
OrdinaryDiffEq.ode_addsteps!(integrator.k, integrator.t, integrator.uprev,
integrator.u, integrator.dt, integrator.f,
integrator.p,
integrator.cache, Val{false}, Val{true},
Val{true})
integrator.cache, false, true,
true)
end
recursivecopy!(integrator.integrator.k, integrator.k)

Expand Down

0 comments on commit 6e50655

Please sign in to comment.