aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/fulltree.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-03-18 15:29:56 -0700
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:35 +0000
commitece361c5e3f8027eda95ff4ce4bdf969aac4913b (patch)
tree49bdfe4e3587bdfd0a1abd827583ea4a15598b9a /Carpet/CarpetLib/src/fulltree.hh
parentb1ca9bb147872979ec3b14a9f5a4b9f23986be4d (diff)
CarpetLib: Improve comments and debug facilities in fulltree data structure
Diffstat (limited to 'Carpet/CarpetLib/src/fulltree.hh')
-rw-r--r--Carpet/CarpetLib/src/fulltree.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/fulltree.hh b/Carpet/CarpetLib/src/fulltree.hh
index 82d09be02..dacbe82f1 100644
--- a/Carpet/CarpetLib/src/fulltree.hh
+++ b/Carpet/CarpetLib/src/fulltree.hh
@@ -13,9 +13,9 @@ using namespace std;
-// This is a "full tree" data structure, i.e., a tree data structure
+// This is a "full tree" data structure, i.e. a tree data structure
// which decomposes a cuboid domain into a set of non-overlapping
-// cuboid subdomains. It is an n-ary tree, i.e., each tree node can
+// cuboid subdomains. It is an n-ary tree, i.e. each tree node can
// have arbitrarily many subtrees. Each node splits a domain in
// exactly one direction. Subdomains cannot be empty.