Skip to content

Use MAPL umbrella module instead of MAPL_PackedTimeMod in OVP.F90#442

Merged
mathomp4 merged 1 commit into
release/MAPL-v3from
feature/441-use-mapl-umbrella-module
May 22, 2026
Merged

Use MAPL umbrella module instead of MAPL_PackedTimeMod in OVP.F90#442
mathomp4 merged 1 commit into
release/MAPL-v3from
feature/441-use-mapl-umbrella-module

Conversation

@tclune
Copy link
Copy Markdown
Collaborator

@tclune tclune commented May 22, 2026

Summary

  • Removes direct use MAPL_PackedTimeMod from GEOS_Shared/OVP.F90
  • MAPL_PackedTimeCreate is already exported by the MAPL umbrella module (use MAPL was already present in the file), so the internal module reference is redundant and causes build failures when internal MAPL modules are not on the include path

Testing

Zero-diff: only the module USE statement changes; no logic is affected.

Closes #441

Fixes #441. MAPL_PackedTimeCreate is already exported from the MAPL
umbrella module, so the direct use of MAPL_PackedTimeMod is redundant
and breaks builds where internal MAPL modules are not exposed.
@tclune tclune requested review from a team as code owners May 22, 2026 16:08
@tclune tclune added 0 diff trivial The changes in this pull request are trivially zero-diff (documentation, build failure, &c.) MAPL3 MAPL3 migration labels May 22, 2026
@mathomp4 mathomp4 merged commit 9c06b45 into release/MAPL-v3 May 22, 2026
28 of 30 checks passed
@mathomp4 mathomp4 deleted the feature/441-use-mapl-umbrella-module branch May 22, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 diff trivial The changes in this pull request are trivially zero-diff (documentation, build failure, &c.) MAPL3 MAPL3 migration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants