Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Oct 23, 2023
1 parent 51887eb commit 38231a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/solvers/dgsem_tree/dg_2d_subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ end
fhat1_R = fhat1_R_threaded[Threads.threadid()]
fhat2_L = fhat2_L_threaded[Threads.threadid()]
fhat2_R = fhat2_R_threaded[Threads.threadid()]
calcflux_fhat!(fhat1_L, fhat1_R, fhat2_L, fhat2_R, u, mesh,
nonconservative_terms, equations, volume_flux_dg, dg, element,
cache)
calcflux_fhat!(fhat1_L, fhat1_R, fhat2_L, fhat2_R, u, mesh,
nonconservative_terms, equations, volume_flux_dg, dg, element,
cache)
# low-order FV fluxes
@unpack fstar1_L_threaded, fstar1_R_threaded, fstar2_L_threaded, fstar2_R_threaded = cache

Expand Down Expand Up @@ -496,7 +496,7 @@ end
fhat_noncons_temp[v, noncons, i, j + 1]
end
end

return nothing
end

Expand Down

0 comments on commit 38231a8

Please sign in to comment.