Skip to content

Commit

Permalink
Merge branch 'bugFixes' of github.com:wilfonba/MFC-Wilfong into bugFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Nov 5, 2024
2 parents a477c42 + 9c10f6c commit 6ab5b79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/simulation/m_rhs.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,14 +794,14 @@ contains

call nvtxStartRange("Viscous")
if (viscous) call s_get_viscous(qL_rsx_vf, qL_rsy_vf, qL_rsz_vf, &
dqL_prim_dx_n, dqL_prim_dy_n, dqL_prim_dz_n, &
qL_prim, &
qR_rsx_vf, qR_rsy_vf, qR_rsz_vf, &
dqR_prim_dx_n, dqR_prim_dy_n, dqR_prim_dz_n, &
qR_prim, &
q_prim_qp, &
dq_prim_dx_qp, dq_prim_dy_qp, dq_prim_dz_qp, &
idwbuff(1), idwbuff(2), idwbuff(3))
dqL_prim_dx_n, dqL_prim_dy_n, dqL_prim_dz_n, &
qL_prim, &
qR_rsx_vf, qR_rsy_vf, qR_rsz_vf, &
dqR_prim_dx_n, dqR_prim_dy_n, dqR_prim_dz_n, &
qR_prim, &
q_prim_qp, &
dq_prim_dx_qp, dq_prim_dy_qp, dq_prim_dz_qp, &
idwbuff(1), idwbuff(2), idwbuff(3))
call nvtxEndRange

call nvtxStartRange("Surface_Tension")
Expand Down

0 comments on commit 6ab5b79

Please sign in to comment.