Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Dec 6, 2024
1 parent 5049af0 commit 0025c3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/GroundWaterEnergy/gwe-uze.f90
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ subroutine find_uze_package(this)
class(GweUzeType) :: this
! -- local
class(BndType), pointer :: packobj
integer(I4B) :: ip, icount, nuz
integer(I4B) :: ip, icount
integer(I4B) :: nbudterm
integer(I4B) :: idxbudgwf
character(len=LINELENGTH) :: errmsg
logical :: found
!
Expand Down

0 comments on commit 0025c3a

Please sign in to comment.