Skip to content

Commit

Permalink
Empty tstops BinaryHeap during the call to `terminate!(integrator::Si…
Browse files Browse the repository at this point in the history
…mpleIntegratorSSP)`
  • Loading branch information
amrueda committed Oct 23, 2023
1 parent c3b4d5d commit 7aa515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time_integration/methods_SSP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end
# stop the time integration
function terminate!(integrator::SimpleIntegratorSSP)
integrator.finalstep = true
#empty!(integrator.opts.tstops)
extract_all!(tstops_internal)
end

"""
Expand Down

0 comments on commit 7aa515b

Please sign in to comment.