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 1b4a540 commit 79f6321Copy full SHA for 79f6321
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