Skip to content

Commit

Permalink
Cleanup unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Nov 14, 2023
1 parent 1dd0051 commit 120bcab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Model/GroundWaterTransport/gwt1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ subroutine gwt_cr(filename, id, modelname)
integer(I4B) :: indis
type(GwtModelType), pointer :: this
class(BaseModelType), pointer :: model
character(len=LENMEMPATH) :: input_mempath
character(len=LINELENGTH) :: lst_fname
type(GwtNamParamFoundType) :: found
!
! -- Allocate a new GWT Model (this)
allocate (this)
Expand Down

0 comments on commit 120bcab

Please sign in to comment.