From b641fee02d906ac6a2febfbc79afe6dee43e4e64 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Wed, 9 Aug 2023 13:58:35 -0700 Subject: [PATCH] should have pushed this 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)