Skip to content

Commit d289cfb

Browse files
committed
Support the additional argument to change_t_via_interpolation
1 parent 39a3f85 commit d289cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrators/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@inline function DiffEqBase.change_t_via_interpolation!(integrator::SDEIntegrator,t,modify_save_endpoint::Type{Val{T}}=Val{false}) where T
1+
@inline function DiffEqBase.change_t_via_interpolation!(integrator::SDEIntegrator,t,modify_save_endpoint::Type{Val{T}}=Val{false},reinitialize_alg=nothing) where T
22
# Can get rid of an allocation here with a function
33
# get_tmp_arr(integrator.cache) which gives a pointer to some
44
# cache array which can be modified.

0 commit comments

Comments
 (0)