Skip to content

Commit 22c09cd

Browse files
feat: add specialized observed for AbstractDDEProblem
1 parent bff1120 commit 22c09cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/problems/dde_problems.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ function DDEProblem(f::AbstractDDEFunction, args...; kwargs...)
259259
DDEProblem{isinplace(f)}(f, args...; kwargs...)
260260
end
261261

262+
SymbolicIndexingInterface.get_history_function(prob::AbstractDDEProblem) = prob.h
263+
262264
"""
263265
$(TYPEDEF)
264266
"""

0 commit comments

Comments
 (0)