File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1762,10 +1762,10 @@ contains
1762
1762
if (elasticity) then
1763
1763
s_L = min (vel_L(idx) - sqrt (c_L* c_L + &
1764
1764
(((4._wp * G_L)/ 3._wp ) + tau_e_L(idx_tau))/ rho_L), vel_R(idx) - sqrt (c_R* c_R + &
1765
- (((4._wp * G_R)/ 3._wp ) + tau_e_R(idx_tau))/ rho_R))
1765
+ (((4._wp * G_R)/ 3._wp ) + tau_e_R(idx_tau))/ rho_R))
1766
1766
s_R = max (vel_R(idx) + sqrt (c_R* c_R + &
1767
1767
(((4._wp * G_R)/ 3._wp ) + tau_e_R(idx_tau))/ rho_R), vel_L(idx) + sqrt (c_L* c_L + &
1768
- (((4._wp * G_L)/ 3._wp ) + tau_e_L(idx_tau))/ rho_L))
1768
+ (((4._wp * G_L)/ 3._wp ) + tau_e_L(idx_tau))/ rho_L))
1769
1769
s_S = (pres_R - tau_e_R(idx_tau) - pres_L + &
1770
1770
tau_e_L(idx_tau) + rho_L* vel_L(idx)* (s_L - vel_L(idx)) - &
1771
1771
rho_R* vel_R(idx)* (s_R - vel_R(idx)))/ (rho_L* (s_L - vel_L(idx)) - &
You can’t perform that action at this time.
0 commit comments