Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 4, 2023
1 parent ffaaa51 commit c8d5664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solvers/dgsem_p4est/dg_2d_subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ end
flux_inner = flux(u_inner, normal_direction, equations)
flux_outer = flux(u_outer, normal_direction, equations)

# TODO: Correct order?
bar_state = 0.5 * (u_inner + u_outer) -
0.5 * (flux_outer - flux_inner) / lambda
if direction == 1
Expand Down

0 comments on commit c8d5664

Please sign in to comment.