Skip to content

Commit 6e7281b

Browse files
author
Malmahrouqi3
committed
format
1 parent 7f0c19d commit 6e7281b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/m_variables_conversion.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,10 @@ contains
17621762
if (elasticity) then
17631763
s_L = min(vel_L(idx) - sqrt(c_L*c_L + &
17641764
(((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))
17661766
s_R = max(vel_R(idx) + sqrt(c_R*c_R + &
17671767
(((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))
17691769
s_S = (pres_R - tau_e_R(idx_tau) - pres_L + &
17701770
tau_e_L(idx_tau) + rho_L*vel_L(idx)*(s_L - vel_L(idx)) - &
17711771
rho_R*vel_R(idx)*(s_R - vel_R(idx)))/(rho_L*(s_L - vel_L(idx)) - &

0 commit comments

Comments
 (0)