Skip to content

Commit 59d9c4d

Browse files
committed
rho_r -> rho_l
1 parent 69dec29 commit 59d9c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compressible/interface_f.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ subroutine riemann_cgf(idir, qx, qy, ng, &
296296
ut_l = U_l(i,j,ixmom)/rho_l
297297
endif
298298

299-
rhoe_l = U_l(i,j,iener) - 0.5*rho_r*(un_l**2 + ut_l**2)
299+
rhoe_l = U_l(i,j,iener) - 0.5*rho_l*(un_l**2 + ut_l**2)
300300

301301
p_l = rhoe_l*(gamma - 1.0d0)
302302
p_l = max(p_l, smallp)

0 commit comments

Comments
 (0)