From 4f59888333272f0cbf5c2772fa97ce2882dc6785 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 15 Dec 2023 11:36:27 -0500 Subject: [PATCH] cleanup unused imports --- src/Model/GroundWaterFlow/gwf3mvr8.f90 | 1 - src/Model/ParticleTracking/prt1prp1.f90 | 1 - src/Model/TransportModel/tsp1.f90 | 1 - src/Model/TransportModel/tsp1mvt1.f90 | 1 - 4 files changed, 4 deletions(-) diff --git a/src/Model/GroundWaterFlow/gwf3mvr8.f90 b/src/Model/GroundWaterFlow/gwf3mvr8.f90 index 4ed76cbd2d5..6be9a8ae9ca 100644 --- a/src/Model/GroundWaterFlow/gwf3mvr8.f90 +++ b/src/Model/GroundWaterFlow/gwf3mvr8.f90 @@ -559,7 +559,6 @@ end subroutine mvr_ot_printflow subroutine mvr_ot_bdsummary(this, ibudfl) ! -- modules use TdisModule, only: kstp, kper, delt, totim - use ArrayHandlersModule, only: ifind, expandarray ! -- dummy class(GwfMvrType) :: this integer(I4B), intent(in) :: ibudfl diff --git a/src/Model/ParticleTracking/prt1prp1.f90 b/src/Model/ParticleTracking/prt1prp1.f90 index 2a406076289..4e57e1670a1 100644 --- a/src/Model/ParticleTracking/prt1prp1.f90 +++ b/src/Model/ParticleTracking/prt1prp1.f90 @@ -17,7 +17,6 @@ module PrtPrpModule use SimModule, only: count_errors, store_error, store_error_unit, & store_warning use SimVariablesModule, only: errmsg, warnmsg - use ArrayHandlersModule, only: expandarray use TrackModule, only: TrackControlType use GeomUtilModule, only: point_in_polygon, get_ijk, get_jk use MemoryManagerModule, only: mem_allocate, mem_deallocate, & diff --git a/src/Model/TransportModel/tsp1.f90 b/src/Model/TransportModel/tsp1.f90 index f1de33b333a..8fa9b658e02 100644 --- a/src/Model/TransportModel/tsp1.f90 +++ b/src/Model/TransportModel/tsp1.f90 @@ -773,7 +773,6 @@ subroutine create_tsp_packages(this, indis) ! -- modules use ConstantsModule, only: LINELENGTH, LENPACKAGENAME use CharacterStringModule, only: CharacterStringType - use ArrayHandlersModule, only: expandarray use MemoryManagerModule, only: mem_setptr use MemoryHelperModule, only: create_mem_path use SimVariablesModule, only: idm_context diff --git a/src/Model/TransportModel/tsp1mvt1.f90 b/src/Model/TransportModel/tsp1mvt1.f90 index a0b1530dc80..f16961666b2 100644 --- a/src/Model/TransportModel/tsp1mvt1.f90 +++ b/src/Model/TransportModel/tsp1mvt1.f90 @@ -478,7 +478,6 @@ end subroutine mvt_ot_printflow subroutine mvt_ot_bdsummary(this, ibudfl) ! -- modules use TdisModule, only: kstp, kper, delt, totim - use ArrayHandlersModule, only: ifind, expandarray ! -- dummy class(TspMvtType) :: this integer(I4B), intent(in) :: ibudfl