Skip to content

Commit

Permalink
More post-rebase clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Sep 15, 2023
1 parent 6e96830 commit f3b6530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/Connection/GwtInterfaceModel.f90
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ subroutine allocate_scalars(this, modelname)
class(GwtInterfaceModelType) :: this !< the GWT interface model
character(len=*), intent(in) :: modelname !< the model name

call this%GwtModelType%allocate_tsp_scalars(modelname)
call this%GwtModelType%allocate_scalars(modelname)

call mem_allocate(this%iAdvScheme, 'ADVSCHEME', this%memoryPath)
Expand Down

0 comments on commit f3b6530

Please sign in to comment.