Skip to content

Commit

Permalink
style(npf): cleanup old comment (MODFLOW-ORG#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs authored Jan 25, 2024
1 parent 7554347 commit 832c042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/GroundWaterFlow/gwf3npf8.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,6 @@ subroutine sgwf_npf_wetdry(this, kiter, hnew)
thck = ttop - bbot
!
! -- If thck<0 print message, set hnew, and ibound
! if(thck<0) then
if (thck <= DZERO) then
call this%wdmsg(1, ncnvrt, nodcnvrt, acnvrt, ihdcnv, kiter, n)
hnew(n) = this%hdry
Expand Down

0 comments on commit 832c042

Please sign in to comment.