Skip to content

Commit

Permalink
fix 2 deallocations
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Oct 28, 2022
1 parent a0cbfc6 commit 3315d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Model/Connection/GwfInterfaceModel.f90
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ subroutine gwfifm_da(this)
call mem_deallocate(this%inobs)
call mem_deallocate(this%innpf)
call mem_deallocate(this%inbuy)
call mem_deallocate(this%invsc)
call mem_deallocate(this%insto)
call mem_deallocate(this%incsub)
call mem_deallocate(this%inmvr)
Expand Down
1 change: 0 additions & 1 deletion src/Model/GroundWaterFlow/gwf3maw8.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3043,7 +3043,6 @@ subroutine maw_da(this)
call mem_deallocate(this%kappa)
call mem_deallocate(this%cbcauxitems)
call mem_deallocate(this%idense)
call mem_deallocate(this%viscratios)
!
! -- pointers to gwf variables
nullify (this%gwfiss)
Expand Down

0 comments on commit 3315d85

Please sign in to comment.