From 120bcab7337d59d736c10b062920a392b56cd621 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Tue, 14 Nov 2023 15:51:27 -0800 Subject: [PATCH] Cleanup unused variables --- src/Model/GroundWaterTransport/gwt1.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Model/GroundWaterTransport/gwt1.f90 b/src/Model/GroundWaterTransport/gwt1.f90 index fe1369d3cd1..8f32e270e72 100644 --- a/src/Model/GroundWaterTransport/gwt1.f90 +++ b/src/Model/GroundWaterTransport/gwt1.f90 @@ -112,9 +112,6 @@ subroutine gwt_cr(filename, id, modelname) integer(I4B) :: indis type(GwtModelType), pointer :: this class(BaseModelType), pointer :: model - character(len=LENMEMPATH) :: input_mempath - character(len=LINELENGTH) :: lst_fname - type(GwtNamParamFoundType) :: found ! ! -- Allocate a new GWT Model (this) allocate (this)