aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/fulltree.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-08-03 22:07:51 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-08-03 22:07:51 -0500
commit2ba4a4073179f69c4453aae874a4322ba8c78b96 (patch)
treee0ede881d90924e20138847ab309056ddceed752 /Carpet/CarpetLib/src/fulltree.hh
parentd6dc4e6d11529aa6d0720f9c01a308f9c41ef58f (diff)
CarpetLib: Allow empty fulltrees
Diffstat (limited to 'Carpet/CarpetLib/src/fulltree.hh')
-rw-r--r--Carpet/CarpetLib/src/fulltree.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/fulltree.hh b/Carpet/CarpetLib/src/fulltree.hh
index 6ffca209e..e0c55fbfa 100644
--- a/Carpet/CarpetLib/src/fulltree.hh
+++ b/Carpet/CarpetLib/src/fulltree.hh
@@ -63,10 +63,8 @@ private:
public:
-#if 0
// Create an empty tree
fulltree ();
-#endif
// Create a tree branch from a list of bounds and subtrees
fulltree (int dir_, vector <T> const & bounds_,