aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-04-04 15:55:57 -0400
committerErik Schnetter <schnetter@gmail.com>2012-04-04 15:55:57 -0400
commitab2a42c7e59b5a868cc12d18bff6d94d21368218 (patch)
treed1b958e802f4238a15c1f62977a6f403aa110f9a
parent1f768692347784aca9d76fe98f9948e948b6a118 (diff)
CarpetLib: Improve comment of dh data structures
-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;