aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bboxset1.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/bboxset1.hh')
-rw-r--r--Carpet/CarpetLib/src/bboxset1.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/bboxset1.hh b/Carpet/CarpetLib/src/bboxset1.hh
index db760e5ae..e268db588 100644
--- a/Carpet/CarpetLib/src/bboxset1.hh
+++ b/Carpet/CarpetLib/src/bboxset1.hh
@@ -85,7 +85,6 @@ class bboxset {
#endif
// Fields
- bset bs;
// Invariant:
// All bboxes have the same stride.
// No bbox is empty.
@@ -94,6 +93,7 @@ class bboxset {
bool skip_normalize;
public:
+ bset bs;
// Constructors
bboxset (); // cost: O(1)