aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bboxset2.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/bboxset2.hh')
-rw-r--r--Carpet/CarpetLib/src/bboxset2.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/bboxset2.hh b/Carpet/CarpetLib/src/bboxset2.hh
index bac295377..c3a78687b 100644
--- a/Carpet/CarpetLib/src/bboxset2.hh
+++ b/Carpet/CarpetLib/src/bboxset2.hh
@@ -23,7 +23,7 @@ using namespace std;
-#ifndef CARPET_NO_BBOXSET2
+#ifdef CARPET_ENABLE_BBOXSET2
namespace bboxset2 {
@@ -1362,7 +1362,7 @@ inline ostream& operator<<(ostream& os, const bboxset<T,D>& bs)
} // namespace bboxset2
-#endif // #ifndef CARPET_NO_BBOXSET2
+#endif // #ifdef CARPET_ENABLE_BBOXSET2