Skip to content

Commit 071ddee

Browse files
feat: implement get_history_function for AbstractSDDEIntegrator
1 parent abf7ff6 commit 071ddee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/integrator_interface.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ 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{
929+
AbstractDDEIntegrator, AbstractSDDEIntegrator})
929930
DDESolutionHistoryWrapper(get_sol(integ))
930931
end

0 commit comments

Comments
 (0)