aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bboxset2.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-05-26 17:12:12 -0400
committerErik Schnetter <schnetter@gmail.com>2013-05-26 17:12:12 -0400
commit55513a20c041ef782bbd5f74b0c011673cc9b32e (patch)
tree3e73086c028dd7e781ffd05444dc39e41f6e940a /Carpet/CarpetLib/src/bboxset2.hh
parent2cebe8a689c57817408a2ebf61e5ed0105b9c436 (diff)
CarpetLib: Disable bboxset2 by default
Change from CARPET_NO_BBOXSET2 and CARPET_BBOXSET2 to CARPET_ENABLE_BBOXSET2 (build it) and CARPET_USE_BBOXSET2 (use it).
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