Skip to content

Commit 7c27f80

Browse files
feat: implement get_history_function for AbstractSDDEProblem
1 parent be8bd84 commit 7c27f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/problems/sdde_problems.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,5 @@ function ConstructionBase.constructorof(::Type{P}) where {P <: SDDEProblem}
171171
noise_rate_prototype, seed, neutral, order_discontinuity_t0)
172172
end
173173
end
174+
175+
SymbolicIndexingInterface.get_history_function(prob::AbstractSDDEProblem) = prob.h

0 commit comments

Comments
 (0)