Skip to content

Commit

Permalink
Remove unnecessary use statements from submodule files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKouatchou committed Jun 4, 2024
1 parent 7a4eeeb commit cce3e01
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
3 changes: 3 additions & 0 deletions generic3g/OuterMetaComponent.F90
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ module mapl3g_OuterMetaComponent
use mapl_ErrorHandling
use mapl3g_VerticalGeom
use mapl3g_GeometrySpec
! Kludge to work around Intel 2021 namespace bug that exposes
! private names from other modules in unrelated submodules.
! Report filed 2022-03-14 (T. Clune)
use gFTL2_StringVector
use mapl_keywordEnforcer, only: KE => KeywordEnforcer
use esmf
Expand Down
7 changes: 0 additions & 7 deletions generic3g/OuterMetaComponent/SetServices.F90
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#include "MAPL_Generic.h"

submodule (mapl3g_OuterMetaComponent) SetServices_smod
use esmf
use gFTL2_StringVector
use mapl3g_ComponentSpecParser
use mapl3g_HierarchicalRegistry
use mapl3g_ChildSpec
use mapl3g_ChildSpecMap
use mapl3g_GenericGridComp
! Kludge to work around Intel 2021 namespace bug that exposes
! private names from other modules in unrelated submodules.
! Report filed 2022-03-14 (T. Clune)
use mapl_keywordenforcer, only: KE => KeywordEnforcer
implicit none

contains
Expand Down
7 changes: 0 additions & 7 deletions generic3g/OuterMetaComponent/add_child_by_name.F90
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#include "MAPL_Generic.h"

submodule (mapl3g_OuterMetaComponent) add_child_by_name_smod
use esmf
use gFTL2_StringVector
use mapl3g_ComponentSpecParser
use mapl3g_HierarchicalRegistry
use mapl3g_ChildSpec
use mapl3g_ChildSpecMap
use mapl3g_GenericGridComp
! Kludge to work around Intel 2021 namespace bug that exposes
! private names from other modules in unrelated submodules.
! Report filed 2022-03-14 (T. Clune)
use mapl_keywordenforcer, only: KE => KeywordEnforcer
implicit none

contains
Expand Down
2 changes: 0 additions & 2 deletions generic3g/OuterMetaComponent/get_phases.F90
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "MAPL_Generic.h"

submodule (mapl3g_OuterMetaComponent) get_phases_smod
use :: esmf, only: ESMF_Method_Flag
use :: gFTL2_StringVector, only: StringVector
implicit none

contains
Expand Down
1 change: 0 additions & 1 deletion generic3g/OuterMetaComponent/initialize_advertise.F90
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ end subroutine advertise_variable


subroutine process_connections(this, rc)
use mapl3g_VirtualConnectionPt
class(OuterMetaComponent), intent(inout) :: this
integer, optional, intent(out) :: rc

Expand Down

0 comments on commit cce3e01

Please sign in to comment.