Skip to content

Commit 20019e0

Browse files
authored
Delete ESMFL_Mod.F90 and migrate all internal callers (#4862) (#4867)
- Delete base/ESMFL_Mod.F90 and remove from CMakeLists.txt - Drop use ESMFL_Mod from Base.F90 and StateMasking.F90 (no symbols used) - Move BundleAddState_ into SimpleBundleMod.F90 as a private routine - Move ESMFL_GridCoordGet, ESMFL_HALO_R4_2D, ESMFL_FCOLLECT_{I4,R4,R8} into MAPL_LocStreamMod.F90 as private routines
1 parent dd29ca9 commit 20019e0

7 files changed

Lines changed: 657 additions & 4312 deletions

File tree

base/Base.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
module MAPLBase_Mod
44

5-
use ESMFL_Mod ! Stopgap
65
use MAPL_ExceptionHandling
76

87
use NCIOMod

base/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
esma_set_this (OVERRIDE MAPL.base)
22

33
set (srcs
4-
ESMFL_Mod.F90
54
FileMetadataUtilities.F90
65
FileMetadataUtilitiesVector.F90 SimpleBundleMod.F90
76
MaplGrid.F90

0 commit comments

Comments
 (0)