aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 18:42:11 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:28 +0000
commit5881e2c7b19ad0ade6d377b38c0a4f5ae1c2d8a5 (patch)
treed2ba37e900c4481f1aaa40eff5881b9a9a674674 /Carpet/CarpetLib/src/dh.hh
parent41712d328817f491d836f12f19053d181d33b2bb (diff)
CarpetLib: Make some typedefs in class dh public
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 62d986b76..75d5c2b63 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -122,8 +122,6 @@ public:
ostream & output (ostream & os) const;
};
-private:
-
typedef vector<dboxes> cboxes; // ... for each component
typedef vector<cboxes> rboxes; // ... for each refinement level
typedef vector<rboxes> mboxes; // ... for each multigrid level
@@ -135,7 +133,7 @@ private:
typedef vector<fast_dboxes> fast_rboxes; // ... for each refinement level
typedef vector<fast_rboxes> fast_mboxes; // ... for each multigrid level
-
+private:
void
setup_bboxes ();