From ae2e956db99fc8069a9663d8dcb3b95676498a1b Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 4 Dec 2024 14:34:22 -0500 Subject: [PATCH] fix dry/no exit face check precedence --- autotest/test_prt_voronoi1.py | 2 -- src/Solution/ParticleTracker/Method.f90 | 1 - 2 files changed, 3 deletions(-) diff --git a/autotest/test_prt_voronoi1.py b/autotest/test_prt_voronoi1.py index 7936a94d23c..f645e5a3790 100644 --- a/autotest/test_prt_voronoi1.py +++ b/autotest/test_prt_voronoi1.py @@ -28,8 +28,6 @@ from prt_test_utils import get_model_name from shapely.geometry import LineString, Point -# snapshot_path = Path(__file__).parent / "__snapshots__" / __name__ / "test_mf6model" - simname = "prtvor1" cases = [f"{simname}l2r", f"{simname}welp", f"{simname}weli"] times = [True, False, False] diff --git a/src/Solution/ParticleTracker/Method.f90 b/src/Solution/ParticleTracker/Method.f90 index a12f6795bb8..c982ea45312 100644 --- a/src/Solution/ParticleTracker/Method.f90 +++ b/src/Solution/ParticleTracker/Method.f90 @@ -241,7 +241,6 @@ subroutine check(this, particle, cell_defn) ! dry particle if (particle%idrymeth == 0) then ! drop to water table - no_exit_face = .false. particle%z = cell_defn%top call this%save(particle, reason=1) else if (particle%idrymeth == 1) then