Skip to content

Commit bff1120

Browse files
feat: add specialized observed for AbstractDDEIntegrator
1 parent 210cf95 commit bff1120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/integrator_interface.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,3 +910,7 @@ Checks if the integrator is adaptive
910910
function isadaptive(integrator::DEIntegrator)
911911
isdefined(integrator.opts, :adaptive) ? integrator.opts.adaptive : false
912912
end
913+
914+
function SymbolicIndexingInterface.get_history_function(integ::AbstractDDEIntegrator)
915+
DDESolutionHistoryWrapper(get_sol(integ))
916+
end

0 commit comments

Comments
 (0)