Skip to content

Commit

Permalink
Missing a deallocation in GwtInterfaceModel
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Oct 4, 2023
1 parent 9e79dbd commit c833a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Connection/GwtInterfaceModel.f90
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ subroutine gwtifmod_da(this)
call mem_deallocate(this%inmvt)
call mem_deallocate(this%inoc)
call mem_deallocate(this%inobs)
call mem_deallocate(this%eqnsclfac)

! base
call this%NumericalModelType%model_da()
Expand Down

0 comments on commit c833a36

Please sign in to comment.