From 090d27c2be17a616e9ab6cd5442a26af4b28fa58 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 11 Dec 2024 16:06:54 -0500 Subject: [PATCH] fprettify --- src/Solution/ParticleTracker/MethodDis.f90 | 2 +- src/Solution/ParticleTracker/MethodDisv.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Solution/ParticleTracker/MethodDis.f90 b/src/Solution/ParticleTracker/MethodDis.f90 index 448964a1fc2..6167837dc19 100644 --- a/src/Solution/ParticleTracker/MethodDis.f90 +++ b/src/Solution/ParticleTracker/MethodDis.f90 @@ -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. diff --git a/src/Solution/ParticleTracker/MethodDisv.f90 b/src/Solution/ParticleTracker/MethodDisv.f90 index 7467b385690..de65bbbf134 100644 --- a/src/Solution/ParticleTracker/MethodDisv.f90 +++ b/src/Solution/ParticleTracker/MethodDisv.f90 @@ -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.