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
AbstractSDDEProblem
1 parent d0b31ca commit abf7ff6Copy full SHA for abf7ff6
src/problems/sdde_problems.jl
@@ -171,3 +171,5 @@ function ConstructionBase.constructorof(::Type{P}) where {P <: SDDEProblem}
171
noise_rate_prototype, seed, neutral, order_discontinuity_t0)
172
end
173
174
+
175
+SymbolicIndexingInterface.get_history_function(prob::AbstractSDDEProblem) = prob.h
0 commit comments