Skip to content

Commit 948e143

Browse files
committed
Merge branch 'develop' into release/MAPL-v3
# Conflicts: # shared/CMakeLists.txt # shared/tests/CMakeLists.txt
2 parents dfe1f19 + a3a0c8c commit 948e143

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shared/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ set (srcs
3333
MAPL_CF_Time.F90
3434
MAPL_ESMF_InfoKeys.F90
3535
StringDictionary.F90
36+
Partition.F90
3637
# Fortran submodules
3738
Interp/Interp.F90 Interp/Interp_implementation.F90
3839
Shmem/Shmem.F90 Shmem/Shmem_implementation.F90

shared/tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set (test_srcs
1010
test_MAPL_DateTime_Parsing.pf
1111
test_MAPL_CF_Time.pf
1212
test_OS.pf
13+
Test_Partition.pf
1314
)
1415

1516

0 commit comments

Comments
 (0)