We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_history_function
AbstractSDDEIntegrator
1 parent 7c27f80 commit 2e9cb60Copy full SHA for 2e9cb60
src/integrator_interface.jl
@@ -925,6 +925,6 @@ function isadaptive(integrator::DEIntegrator)
925
isdefined(integrator.opts, :adaptive) ? integrator.opts.adaptive : false
926
end
927
928
-function SymbolicIndexingInterface.get_history_function(integ::AbstractDDEIntegrator)
+function SymbolicIndexingInterface.get_history_function(integ::Union{AbstractDDEIntegrator, AbstractSDDEIntegrator})
929
DDESolutionHistoryWrapper(get_sol(integ))
930
0 commit comments