Skip to content

Commit

Permalink
Merge e53495a into 12ed449
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Mar 13, 2023
2 parents 12ed449 + e53495a commit f92c1c0
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 @@ -173,7 +173,7 @@ function DiffEqBase.__init(jump_prob::JumpProblem,

sol = DiffEqBase.build_solution(prob, alg, t, u, dense = false,
calculate_error = false,
destats = DiffEqBase.DEStats(0),
stats = DiffEqBase.Stats(0),
interp = DiffEqBase.ConstantInterpolation(t, u))
save_everystep = any(cb.save_positions)

Expand Down

0 comments on commit f92c1c0

Please sign in to comment.