Skip to content

Commit

Permalink
Changing enum to define in tioga.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itopcuoglu committed Dec 19, 2024
1 parent 3d8c2c1 commit 6372bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tioga.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
* meshes containing element and node IDs greater than what a 4-byte signed int
* can support
*/
enum : uint8_t { TIOGA_HAS_UINT64T = 1 };
#define TIOGA_HAS_UINT64T 1
/** Define a macro entry flagging whether TIOGA has hetereogenous execution
* space support, and uses the new API for registering mesh/solution data
*/
enum : uint8_t { TIOGA_HAS_NGP_IFACE = 1 };
#define TIOGA_HAS_NGP_IFACE 1

/**
* Topology Independent Overset Grid Assembler (TIOGA)
Expand Down

0 comments on commit 6372bd2

Please sign in to comment.