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.
1 parent ef125bc commit b25f500Copy full SHA for b25f500
src/solve.jl
@@ -1,7 +1,7 @@
1
function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem{P},
2
alg::DiffEqBase.DEAlgorithm;
3
kwargs...) where {P}
4
- integrator = init(jump_prob, alg; kwargs...)
+ integrator = DiffEqBase.__init(jump_prob, alg; kwargs...)
5
solve!(integrator)
6
integrator.sol
7
end
0 commit comments