Skip to content

Commit

Permalink
Update src/utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 8, 2024
1 parent db6d556 commit e98da45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function build_history_function(prob, alg, rate_prototype, reltol, differential_
ode_id = OrdinaryDiffEq.InterpolationData(ode_f, ode_timeseries, ode_ts,
ode_ks,
ode_alg_choice, true, ode_cache,
differential_vars, true)
differential_vars, false)
ode_sol = DiffEqBase.build_solution(ode_prob, alg.alg, ode_ts, ode_timeseries;
dense = true, k = ode_ks, interp = ode_id,
alg_choice = ode_alg_choice,
Expand Down

0 comments on commit e98da45

Please sign in to comment.