Skip to content

Commit f0cfd41

Browse files
Update solve.jl
1 parent 8548535 commit f0cfd41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem; kwargs...
2727
end
2828

2929
function DiffEqBase.__init(_jump_prob::DiffEqBase.AbstractJumpProblem{P},
30-
alg::DiffEqBase.DEAlgorithm; kwargs...)
30+
alg::DiffEqBase.DEAlgorithm; kwargs...) where {P}
3131
__jump_init(_jump_prob, alg; kwargs...)
32-
end
32+
end
3333

3434
function __jump_init(_jump_prob::DiffEqBase.AbstractJumpProblem{P}, alg;
3535
callback = nothing, seed = nothing,

0 commit comments

Comments
 (0)