Skip to content

Commit

Permalink
fix dry/no exit face check precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 4, 2024
1 parent 5d2f583 commit ae2e956
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions autotest/test_prt_voronoi1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion src/Solution/ParticleTracker/Method.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae2e956

Please sign in to comment.