aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/bbox.cc')
-rw-r--r--Carpet/CarpetLib/src/bbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/bbox.cc b/Carpet/CarpetLib/src/bbox.cc
index 63f2040e2..b4f6523f5 100644
--- a/Carpet/CarpetLib/src/bbox.cc
+++ b/Carpet/CarpetLib/src/bbox.cc
@@ -239,7 +239,7 @@ bbox<T,D> bbox<T,D>::anti_contracted_for (const bbox& b) const {
// // stride, call expanded_for, and shrink box by on stride again
// return expand(1, 1).expanded_for(b).expand(-1, -1);
// }
- // __builtin_unreachable();
+ // CCTK_BUILTIN_UNREACHABLE();
}
// Smallest bbox containing both boxes