aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;