Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 18, 2023
1 parent 8f9b849 commit 4f59888
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Model/GroundWaterFlow/gwf3mvr8.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Model/ParticleTracking/prt1prp1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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, &
Expand Down
1 change: 0 additions & 1 deletion src/Model/TransportModel/tsp1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Model/TransportModel/tsp1mvt1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f59888

Please sign in to comment.