Skip to content

Commit b01ce84

Browse files
authored
Expose find_bounds publicly from mapl3g_OpenMP_Support (#4729)
find_bounds was imported from mapl3g_Subgrid but not listed in the public statement, making it inaccessible to consumers such as GEOSgwd_GridComp which is being migrated from MAPL_OpenMP_Support (generic/) to mapl3g_OpenMP_Support (generic3g/).
1 parent d1712fe commit b01ce84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generic3g/OpenMP_Support.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module mapl3g_OpenMP_Support
1515

1616
public :: Interval
1717
public :: make_subgrids
18+
public :: find_bounds
1819
public :: make_subfields
1920
public :: make_subFieldBundles
2021
public :: make_substates

0 commit comments

Comments
 (0)