Skip to content

Commit

Permalink
Replace MOM_memory.h with SIS2_memory.h
Browse files Browse the repository at this point in the history
The most recent PR to SIS2 includes MOM_memory.h in one of its files,
which breaks certain SIS2-only library builds.

This patch replaces it with SIS2_memory.h, which is functionally
identical but plays better with existing builds.
  • Loading branch information
marshallward committed May 24, 2022
1 parent 4b29776 commit 55dbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIS_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module SIS_open_boundary

implicit none ; private

#include <MOM_memory.h>
#include <SIS2_memory.h>

public open_boundary_config
!public open_boundary_init
Expand Down

0 comments on commit 55dbb3a

Please sign in to comment.