Skip to content

Commit aa5607c

Browse files
Update solve.jl
1 parent d755191 commit aa5607c

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,6 +1,6 @@
11
function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem{P},
22
alg::DiffEqBase.DEAlgorithm;
3-
kwargs...) where {P, recompile_flag}
3+
kwargs...) where {P}
44
integrator = init(jump_prob, alg; kwargs...)
55
solve!(integrator)
66
integrator.sol

0 commit comments

Comments
 (0)