Skip to content

Commit fb37326

Browse files
AayushSabharwalChrisRackauckas
authored andcommitted
feat: implement SII.get_history_function for DDEIntegrator
1 parent e6e1272 commit fb37326

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/integrators/type.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ function (integrator::DDEIntegrator)(val::AbstractArray, t::Union{Number, Abstra
106106
deriv::Type = Val{0}; idxs = nothing)
107107
OrdinaryDiffEq.current_interpolant!(val, t, integrator, idxs, deriv)
108108
end
109+
110+
function SII.get_history_function(integrator::DDEIntegrator)
111+
return integrator.history
112+
end

0 commit comments

Comments
 (0)