Skip to content

Commit b25f500

Browse files
Update solve.jl
1 parent ef125bc commit b25f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem{P},
22
alg::DiffEqBase.DEAlgorithm;
33
kwargs...) where {P}
4-
integrator = init(jump_prob, alg; kwargs...)
4+
integrator = DiffEqBase.__init(jump_prob, alg; kwargs...)
55
solve!(integrator)
66
integrator.sol
77
end

0 commit comments

Comments
 (0)