From f3b6530c7a2fe1796cb80f179eca9d1a5cc043e3 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Fri, 15 Sep 2023 12:41:41 -0700 Subject: [PATCH] More post-rebase clean-up --- src/Model/Connection/GwtInterfaceModel.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Model/Connection/GwtInterfaceModel.f90 b/src/Model/Connection/GwtInterfaceModel.f90 index 754f1b1d00b..34e8beb0c1d 100644 --- a/src/Model/Connection/GwtInterfaceModel.f90 +++ b/src/Model/Connection/GwtInterfaceModel.f90 @@ -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)