Skip to content

Commit

Permalink
Fixed Euler test
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Dec 12, 2024
1 parent c525f68 commit 1d01d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/time_integration/methods_SSP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ function solve!(integrator::SimpleIntegratorSSP)
terminate!(integrator)
end

modify_dt_for_tstops!(integrator)

@. integrator.r0 = integrator.u
for stage in eachindex(alg.c)
t_stage = integrator.t + integrator.dt * alg.c[stage]
Expand Down

0 comments on commit 1d01d2f

Please sign in to comment.