Skip to content

Commit

Permalink
Update src/equations/ideal_glm_mhd_1d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
DanielDoehring and ranocha authored Nov 6, 2023
1 parent fe6004a commit 7c67dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/ideal_glm_mhd_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function flux_hllc(u_ll, u_rr, orientation::Integer,
SsL, SsR = min_max_speed_naive(u_ll, u_rr, orientation, equations)
sMu_L = SsL - v1_ll
sMu_R = SsR - v1_rr
if SsL >= 0.0
if SsL >= 0
f1 = f_ll[1]
f2 = f_ll[2]
f3 = f_ll[3]
Expand Down

0 comments on commit 7c67dad

Please sign in to comment.