Skip to content

Commit 832c042

Browse files
author
langevin-usgs
authored
style(npf): cleanup old comment (#1574)
1 parent 7554347 commit 832c042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Model/GroundWaterFlow/gwf3npf8.f90

-1
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,6 @@ subroutine sgwf_npf_wetdry(this, kiter, hnew)
22732273
thck = ttop - bbot
22742274
!
22752275
! -- If thck<0 print message, set hnew, and ibound
2276-
! if(thck<0) then
22772276
if (thck <= DZERO) then
22782277
call this%wdmsg(1, ncnvrt, nodcnvrt, acnvrt, ihdcnv, kiter, n)
22792278
hnew(n) = this%hdry

0 commit comments

Comments
 (0)