aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/bbox.hh')
-rw-r--r--Carpet/CarpetLib/src/bbox.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/bbox.hh b/Carpet/CarpetLib/src/bbox.hh
index 82464aea9..d65928e02 100644
--- a/Carpet/CarpetLib/src/bbox.hh
+++ b/Carpet/CarpetLib/src/bbox.hh
@@ -84,7 +84,9 @@ public:
}
// Poison
- static bbox poison () CCTK_MEMBER_ATTRIBUTE_PURE;
+ static bbox poison () CCTK_ATTRIBUTE_PURE;
+
+ bool is_poison () const CCTK_MEMBER_ATTRIBUTE_PURE;
// Accessors
// (Don't return references; *this might be a temporary)