Skip to content

Commit 3657f95

Browse files
committed
typo in HLLD U_doubleR
1 parent 37650e2 commit 3657f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3193,7 +3193,7 @@ contains
31933193
E_double = 0.5_wp*(E_doubleL + E_doubleR)
31943194
31953195
U_doubleL = [rhoL_star, rhoL_star*s_M, rhoL_star*v_double, rhoL_star*w_double, By_double, Bz_double, E_double]
3196-
U_doubleR = [rhoR_star, rhoR_star*s_M, rhoR_star*w_double, rhoR_star*w_double, By_double, Bz_double, E_double]
3196+
U_doubleR = [rhoR_star, rhoR_star*s_M, rhoR_star*v_double, rhoR_star*w_double, By_double, Bz_double, E_double]
31973197
31983198
! (11) Choose HLLD flux based on wave-speed regions
31993199
if (0.0_wp <= s_L) then

0 commit comments

Comments
 (0)