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 be8bd84 commit 7c27f80Copy full SHA for 7c27f80
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