Skip to content

Commit 9c875b1

Browse files
committed
precheck
1 parent 8310981 commit 9c875b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/simulation/m_thinc.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ contains
307307
aCR = v_rs_ws(j + 1, k, l, advxb)
308308

309309
if (aC >= ic_eps .and. aC <= 1._wp - ic_eps) then
310-
if (int_comp == 2 .and. n > 0) then ! MTHINC
310+
if (int_comp == 2 .and. n > 0) then ! MTHINC
311311
! Map reshaped (j,k,l) to physical (ix,iy,iz)
312312
#:if REC_DIR == 1
313313
ix = j; iy = k; iz = l
@@ -347,7 +347,7 @@ contains
347347
vR_rs_vf_${XYZ}$ (j, k, l, advxb) = aTHINC
348348
vR_rs_vf_${XYZ}$ (j, k, l, advxe) = 1._wp - aTHINC
349349
end if
350-
else ! THINC
350+
else ! THINC
351351
moncon = (aCR - aC)*(aC - aCL)
352352

353353
if (moncon > moncon_cutoff) then

0 commit comments

Comments
 (0)