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 255e84c commit fe6004a
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 @@ -288,7 +288,7 @@ function flux_hllc(u_ll, u_rr, orientation::Integer,
f6 = f_ll[6]
f7 = f_ll[7]
f8 = f_ll[8]
elseif SsR <= 0.0
elseif SsR <= 0
f1 = f_rr[1]
f2 = f_rr[2]
f3 = f_rr[3]
Expand Down

0 comments on commit fe6004a

Please sign in to comment.