Skip to content

Commit 089e31a

Browse files
feat: generalize get_history_function to AbstractODESolution
1 parent dcde577 commit 089e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/ode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ function (w::DDESolutionHistoryWrapper)(
388388
w.sol(out, t, deriv; idxs)
389389
end
390390

391-
function SymbolicIndexingInterface.get_history_function(sol::ODESolution)
391+
function SymbolicIndexingInterface.get_history_function(sol::AbstractODESolution)
392392
DDESolutionHistoryWrapper(sol)
393393
end
394394

0 commit comments

Comments
 (0)