Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handmerge of TerribleNews/geos-patch #1795

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed issues with alarms when clocks are run in reverse.

### Added

- Added option to run in reverse

### Changed

### Removed
Expand Down
4 changes: 3 additions & 1 deletion generic/MAPL_Generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ module MAPL_GenericMod
public MAPL_RequestService

! MAPL_Util
!public MAPL_GenericStateClockAdd
public MAPL_GenericStateClockOn
public MAPL_GenericStateClockOff
public MAPL_GenericStateClockAdd
Comment on lines +180 to +182
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand why this change requires making these procedures public.

public MAPL_TimerOn
public MAPL_TimerOff
public MAPL_TimerAdd
Expand Down
Loading