Skip to content

Commit 9c10f6c

Browse files
committed
format
1 parent 68b2ad1 commit 9c10f6c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/simulation/m_rhs.fpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -794,14 +794,14 @@ contains
794794

795795
call nvtxStartRange("Viscous")
796796
if (viscous) call s_get_viscous(qL_rsx_vf, qL_rsy_vf, qL_rsz_vf, &
797-
dqL_prim_dx_n, dqL_prim_dy_n, dqL_prim_dz_n, &
798-
qL_prim, &
799-
qR_rsx_vf, qR_rsy_vf, qR_rsz_vf, &
800-
dqR_prim_dx_n, dqR_prim_dy_n, dqR_prim_dz_n, &
801-
qR_prim, &
802-
q_prim_qp, &
803-
dq_prim_dx_qp, dq_prim_dy_qp, dq_prim_dz_qp, &
804-
idwbuff(1), idwbuff(2), idwbuff(3))
797+
dqL_prim_dx_n, dqL_prim_dy_n, dqL_prim_dz_n, &
798+
qL_prim, &
799+
qR_rsx_vf, qR_rsy_vf, qR_rsz_vf, &
800+
dqR_prim_dx_n, dqR_prim_dy_n, dqR_prim_dz_n, &
801+
qR_prim, &
802+
q_prim_qp, &
803+
dq_prim_dx_qp, dq_prim_dy_qp, dq_prim_dz_qp, &
804+
idwbuff(1), idwbuff(2), idwbuff(3))
805805
call nvtxEndRange
806806

807807
call nvtxStartRange("Surface_Tension")

0 commit comments

Comments
 (0)