Skip to content

Commit

Permalink
Should have been pushed with 23eec93
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Aug 10, 2023
1 parent e678d87 commit b3b5f6b
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 @@ -97,7 +97,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_gwt_scalars(modelname)

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

0 comments on commit b3b5f6b

Please sign in to comment.