Skip to content

Commit

Permalink
Merge 3cca8ad into 7d7905b
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Oct 20, 2022
2 parents 7d7905b + 3cca8ad commit a4cc449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SSA_stepper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function DiffEqBase.__solve(jump_prob::JumpProblem,
integrator.sol
end

function DiffEqBase.solve!(integrator)
function DiffEqBase.solve!(integrator::SSAIntegrator)
end_time = integrator.sol.prob.tspan[2]
while should_continue_solve(integrator) # It stops before adding a tstop over
step!(integrator)
Expand Down

0 comments on commit a4cc449

Please sign in to comment.