We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_history_function
AbstractODESolution
1 parent dcde577 commit 089e31aCopy full SHA for 089e31a
src/solutions/ode_solutions.jl
@@ -388,7 +388,7 @@ function (w::DDESolutionHistoryWrapper)(
388
w.sol(out, t, deriv; idxs)
389
end
390
391
-function SymbolicIndexingInterface.get_history_function(sol::ODESolution)
+function SymbolicIndexingInterface.get_history_function(sol::AbstractODESolution)
392
DDESolutionHistoryWrapper(sol)
393
394
0 commit comments