Skip to content

Commit

Permalink
Remove type stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Feb 28, 2024
1 parent e85504d commit a3472e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solvers/dgsem_tree/subcell_limiters_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ end
return nothing
end

@inline function idp_local_onesided!(alpha, limiter, u, t, dt, semi, variable::F,
min_or_max::M) where {F, M}
@inline function idp_local_onesided!(alpha, limiter, u, t, dt, semi, variable,
min_or_max)
_, equations, dg, cache = mesh_equations_solver_cache(semi)
(; variable_bounds) = limiter.cache.subcell_limiter_coefficients
var_minmax = variable_bounds[Symbol(string(variable), "_", string(min_or_max))]
Expand Down

0 comments on commit a3472e5

Please sign in to comment.