Commit 04f00bb
authored
Remove MAPL_GetPointer, GET_POINTER, MAPL_FieldGetPointer from Base (#4827)
Remove legacy macros and their underlying implementations:
- GET_POINTER / MAPL_GetPointer (-> ESMFL_StateGetPointerToData): last
external caller (GEOS_GigatrajGridComp) migrated to MAPL_StateGetPointer
in GEOSgcm_GridComp#1404
- MAPL_FieldGetPointer (-> ESMFL_FieldGetPointerToData): zero callers
Removes from include/MAPL.h:
GET_POINTER, MAPL_GetPointer, MAPL_FieldGetPointer macro definitions
Removes from base/ESMFL_Mod.F90:
public ESMFL_StateGetPointerToData
public ESMFL_FieldGetPointerToData
ESMFL_StateGetPointerToData interface block + 8x GetPointer.H includes
ESMFL_FieldGetPointerToData interface block + 8x GetFieldArray.H includes
ESMFL_BundleGetPointerToData is retained (active callers remain).
Closes #48251 parent 616bd72 commit 04f00bb
2 files changed
Lines changed: 0 additions & 57 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 121 | | |
146 | 122 | | |
147 | 123 | | |
| |||
607 | 583 | | |
608 | 584 | | |
609 | 585 | | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | 586 | | |
637 | 587 | | |
638 | 588 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 6 | | |
14 | 7 | | |
15 | 8 | | |
| |||
0 commit comments