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 abf7ff6 commit 071ddeeCopy full SHA for 071ddee
src/integrator_interface.jl
@@ -925,6 +925,7 @@ 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{
929
+ AbstractDDEIntegrator, AbstractSDDEIntegrator})
930
DDESolutionHistoryWrapper(get_sol(integ))
931
0 commit comments