Skip to content

Commit 2e9cb60

Browse files
feat: implement get_history_function for AbstractSDDEIntegrator
1 parent 7c27f80 commit 2e9cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,6 @@ function isadaptive(integrator::DEIntegrator)
925925
isdefined(integrator.opts, :adaptive) ? integrator.opts.adaptive : false
926926
end
927927

928-
function SymbolicIndexingInterface.get_history_function(integ::AbstractDDEIntegrator)
928+
function SymbolicIndexingInterface.get_history_function(integ::Union{AbstractDDEIntegrator, AbstractSDDEIntegrator})
929929
DDESolutionHistoryWrapper(get_sol(integ))
930930
end

0 commit comments

Comments
 (0)