Skip to content

Commit

Permalink
Update callbacks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 10, 2018
1 parent 6e50655 commit ee43ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks.jl
Expand Up @@ -19,7 +19,7 @@ function reeval_internals_due_to_modification!(integrator::DDEIntegrator,
# of ODE integrator in evaluation of history function that was calculated in
# `perform_step!`
if not_initialization
OrdinaryDiffEq.ode_addsteps!(integrator, integrator.f, Val{true}, Val{true}, Val{true})
OrdinaryDiffEq.ode_addsteps!(integrator, integrator.f, true, true, true)
# copy interpolation data to ODE integrator
recursivecopy!(integrator.integrator.k, integrator.k)
end
Expand Down

0 comments on commit ee43ced

Please sign in to comment.