Skip to content

Commit

Permalink
CarpetX: Small clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 11, 2023
1 parent 2199e25 commit f207333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CarpetX/src/valid.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ constexpr std::uint32_t ipoison = 0xffc00000UL + 0xdead;
#elif defined CCTK_REAL_PRECISION_8
constexpr std::uint64_t ipoison = 0xfff8000000000000ULL + 0xdeadbeef;
#endif
static_assert(sizeof ipoison == sizeof(CCTK_REAL), "");
static_assert(sizeof ipoison == sizeof(CCTK_REAL));

// Poison grid functions
void poison_invalid(const GHExt::PatchData::LevelData &leveldata,
Expand Down

0 comments on commit f207333

Please sign in to comment.