From 7ba6519e460f9404f717bd08e7b0322531ecace5 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Wed, 9 Aug 2023 17:10:00 -0700 Subject: [PATCH] Should have been pushed with 23eec93 --- 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 228a8d9c29f..87967ee6e02 100644 --- a/src/Model/Connection/GwtInterfaceModel.f90 +++ b/src/Model/Connection/GwtInterfaceModel.f90 @@ -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)