Skip to content

Commit

Permalink
feat: generalize get_history_function to AbstractODESolution
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 10, 2024
1 parent dcde577 commit 089e31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ function (w::DDESolutionHistoryWrapper)(
w.sol(out, t, deriv; idxs)
end

function SymbolicIndexingInterface.get_history_function(sol::ODESolution)
function SymbolicIndexingInterface.get_history_function(sol::AbstractODESolution)
DDESolutionHistoryWrapper(sol)
end

Expand Down

0 comments on commit 089e31a

Please sign in to comment.