Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 6, 2023
1 parent c2493f7 commit 2869d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/numerical_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ const flux_hll = FluxHLL()
See [`min_max_speed_einfeldt`](@ref).
This is a [`FluxHLL`](@ref)-type two-wave solver with special estimates of the wave speeds.
"""
const flux_hlle = flux_hlle
const flux_hlle = FluxHLL(min_max_speed_einfeldt)

# TODO: TrixiShallowWater: move the chen_noelle flux structure to the new package

Expand Down

0 comments on commit 2869d5a

Please sign in to comment.