Skip to content

Commit 1d36e38

Browse files
author
oscarddssmith
committed
cleanup
1 parent c6f7e74 commit 1d36e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqCore/src/dense/generic_dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ function ode_interpolation(tvals, id::I, idxs, ::Type{deriv}, p,
575575
i₊ = i₋ < lastindex(ts) ? i₋ + 1 : i₋
576576
end
577577
id.sensitivitymode && error(SENSITIVITY_INTERP_MESSAGE)
578-
i₋₊ref[] = (i₋, i₊)::Tuple{Int,Int}
578+
i₋₊ref[] = (i₋, i₊)
579579
dt = ts[i₊] - ts[i₋]
580580
Θ = iszero(dt) ? oneunit(t) / oneunit(dt) : (t - ts[i₋]) / dt
581581
evaluate_interpolant(f, Θ, dt, timeseries, i₋, i₊, cache, idxs,

0 commit comments

Comments
 (0)