Skip to content

Commit

Permalink
feat: implement get_history_function for AbstractSDDEProblem
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 3, 2024
1 parent be8bd84 commit 7c27f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/problems/sdde_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,5 @@ function ConstructionBase.constructorof(::Type{P}) where {P <: SDDEProblem}
noise_rate_prototype, seed, neutral, order_discontinuity_t0)
end
end

SymbolicIndexingInterface.get_history_function(prob::AbstractSDDEProblem) = prob.h

0 comments on commit 7c27f80

Please sign in to comment.