Skip to content

Commit

Permalink
fprettify
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 11, 2024
1 parent 297b082 commit 090d27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Solution/ParticleTracker/MethodDis.f90
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ subroutine load_particle(this, cell, particle)
irow, icol, ilay)

! if returning to a cell through the bottom
! face after previously leaving it through
! face after previously leaving it through
! that same face, we've entered a cycle
! as can occur e.g. in wells. terminate
! in the previous cell.
Expand Down
2 changes: 1 addition & 1 deletion src/Solution/ParticleTracker/MethodDisv.f90
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ subroutine load_particle(this, cell, particle)
call get_jk(icu, dis%ncpl, dis%nlay, icpl, ilay)

! if returning to a cell through the bottom
! face after previously leaving it through
! face after previously leaving it through
! that same face, we've entered a cycle
! as can occur e.g. in wells. terminate
! in the previous cell.
Expand Down

0 comments on commit 090d27c

Please sign in to comment.