Skip to content

Commit

Permalink
Update src/equations/equations.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 307197d commit 8a1a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ end
else # u_boundary is "left" of boundary, u_inner is "right" of boundary
flux = surface_flux_function(u_boundary, u_inner, orientation_or_normal,
equations)
noncons = nonconservative_flux_function(u_boundary, u_inner,
noncons_flux = nonconservative_flux_function(u_boundary, u_inner,
orientation_or_normal,
equations)
end
Expand Down

0 comments on commit 8a1a3d5

Please sign in to comment.