Skip to content

Commit

Permalink
Add suggested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Jan 30, 2024
1 parent 980cf3e commit 7d8313e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solvers/dgsem_tree/subcell_limiters_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function (limiter::SubcellLimiterIDP)(u::AbstractArray{<:Any, 4}, semi, dg::DGSE
dt;
kwargs...)
@unpack alpha = limiter.cache.subcell_limiter_coefficients
# TODO: Do not abuse `reset_du!` but maybe implement a generic `set_zero!`
@trixi_timeit timer() "reset alpha" reset_du!(alpha, dg, semi.cache)

if limiter.local_minmax
Expand Down

0 comments on commit 7d8313e

Please sign in to comment.