Skip to content

Commit

Permalink
Rename reinitialization_method to reinitialize_alg
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChung committed Nov 4, 2024
1 parent 3ab9e67 commit 8efe9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function auto_dt_reset!(integrator::DEIntegrator)
end

"""
change_t_via_interpolation!(integrator::DEIntegrator,t,modify_save_endpoint=Val{false},reinitialization_method=nothing)
change_t_via_interpolation!(integrator::DEIntegrator,t,modify_save_endpoint=Val{false},reinitialize_alg=nothing)
Modifies the current `t` and changes all of the corresponding values using the local interpolation. If the current solution
has already been saved, one can provide the optional value `modify_save_endpoint` to also modify the endpoint of `sol` in the
Expand Down

0 comments on commit 8efe9a4

Please sign in to comment.