Skip to content

Commit 8efe9a4

Browse files
committed
Rename reinitialization_method to reinitialize_alg
1 parent 3ab9e67 commit 8efe9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function auto_dt_reset!(integrator::DEIntegrator)
308308
end
309309

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

0 commit comments

Comments
 (0)