Skip to content

Commit

Permalink
Support the expanded change_t_via_interpolation! interface
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChung committed Nov 8, 2024
1 parent 831f68d commit edf7c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common_interface/integrator_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ end
out .= integrator.du
end

function DiffEqBase.change_t_via_interpolation!(integrator::AbstractSundialsIntegrator, t)
function DiffEqBase.change_t_via_interpolation!(integrator::AbstractSundialsIntegrator, t, modify_save_endpoint::Type{Val{T}}=Val{false}, reinitialize_alg=nothing) where T
integrator.t = t
integrator(integrator.u, integrator.t)
return nothing
Expand Down

0 comments on commit edf7c9d

Please sign in to comment.