Skip to content

Commit 7e030b8

Browse files
authored
Update m_riemann_solvers.fpp
1 parent 98ce554 commit 7e030b8

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
@@ -2850,7 +2850,7 @@ contains
28502850
rho_avg = 5.e-1_wp*(rho_L + rho_R)
28512851
H_avg = 5.e-1_wp*(H_L + H_R)
28522852
gamma_avg = 5.e-1_wp*(gamma_L + gamma_R)
2853-
qv_avg = 5.e-1_wp*(qv_L + qv_R)
2853+
qv_avg = 5.e-1_wp*(qv_L + qv_R)
28542854
vel_avg_rms = 0._wp
28552855

28562856
$:GPU_LOOP(parallelism='[seq]')

0 commit comments

Comments
 (0)