Skip to content

Commit bbb113e

Browse files
authored
Merge pull request SciML#270 from isaacsas/constrain-solve
constrain DiffEqBase.solve!
2 parents 7d7905b + 3cca8ad commit bbb113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SSA_stepper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function DiffEqBase.__solve(jump_prob::JumpProblem,
102102
integrator.sol
103103
end
104104

105-
function DiffEqBase.solve!(integrator)
105+
function DiffEqBase.solve!(integrator::SSAIntegrator)
106106
end_time = integrator.sol.prob.tspan[2]
107107
while should_continue_solve(integrator) # It stops before adding a tstop over
108108
step!(integrator)

0 commit comments

Comments
 (0)