Skip to content

Commit

Permalink
Add extra #undefs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Mar 23, 2023
1 parent 0b397a6 commit 2f60d9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fms/include/fms_r4.fh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#undef FMS_MOD_KIND_
#undef MONOTONIC_ARRAY_

#define FMS_MOD_KIND_ r4_kind
#define MONOTONIC_ARRAY_ monotonic_array_r4
#include "fms.inc"
Expand Down
3 changes: 3 additions & 0 deletions fms/include/fms_r8.fh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#undef FMS_MOD_KIND_
#undef MONOTONIC_ARRAY_

#define FMS_MOD_KIND_ r8_kind
#define MONOTONIC_ARRAY_ monotonic_array_r8
#include "fms.inc"
Expand Down

0 comments on commit 2f60d9b

Please sign in to comment.