Skip to content

Commit d376699

Browse files
Merge pull request #590 from BenChung/change_t_arg
Support the additional argument to change_t_via_interpolation
2 parents 39a3f85 + d289cfb commit d376699

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)