aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-04-04 15:55:57 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:14 +0100
commit0d652b52c7de03cc8765c96d39a8f2316d6b8303 (patch)
treec00044a9f2bdbf3f688328206f89143df71cb276 /Carpet/CarpetLib/src/dh.hh
parentd5f8e7b9264da912ef2afbda899dd07464474491 (diff)
CarpetLib: Improve comment of dh data structures
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 9cb2a4789..3a7a3294a 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -47,7 +47,7 @@ public:
ibbox exterior; // whole region (including boundaries)
ibbox owned; // evolved in time
- ibbox interior; // interior (without ghost zones)
+ ibbox interior; // owned, plus outer boundary
// Region statistics:
typedef ibbox::size_type size_type;
size_type exterior_size, owned_size, active_size;