Skip to content

Commit

Permalink
Merge pull request #171 from eschnett/eschnett/cleanup
Browse files Browse the repository at this point in the history
CarpetX: Small clean-up
  • Loading branch information
eschnett authored Jul 11, 2023
2 parents 48c9a54 + f207333 commit 3e882b2
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 3e882b2

Please sign in to comment.