Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added parens for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 17, 2021
1 parent 5df4bc4 commit 6aaa4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encounter/encounter_check.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ pure subroutine sweep_sl(n, ext_ind, ibegi, iendi, ibeg, iend, lencounteri)
ibegz(jlo:jhi) = ibeg(3,box(jlo:jhi))
iendz(jlo:jhi) = iend(3,box(jlo:jhi))

lencounterj(jlo:jhi) = iendy(jlo:jhi) > ibegi(2) &
lencounterj(jlo:jhi) = (iendy(jlo:jhi) > ibegi(2)) &
.and. (ibegy(jlo:jhi) < iendi(2)) &
.and. (iendz(jlo:jhi) > ibegi(3)) &
.and. (ibegz(jlo:jhi) < iendi(3))
Expand Down

0 comments on commit 6aaa4a6

Please sign in to comment.