Skip to content

Commit

Permalink
Update src/solvers/dgsem_p4est/dg_2d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
MarcoArtiano and DanielDoehring authored Jan 8, 2025
1 parent d7dce5e commit 840fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_p4est/dg_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ end

# Call pointwise numerical flux function for the conservative part
# in the normal direction on the boundary
flux_, noncons_ = boundary_condition(u_inner, normal_direction, x, t,
flux, noncons_flux = boundary_condition(u_inner, normal_direction, x, t,
surface_integral.surface_flux, equations)

# Copy flux to element storage in the correct orientation
Expand Down

0 comments on commit 840fa9e

Please sign in to comment.