aboutsummaryrefslogtreecommitdiff
path: root/src/patch/ghost_zone.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-14 18:16:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-14 18:16:19 +0000
commit363926eb5d23d5047a063a855875d328e747991c (patch)
tree74f34342824fd480bf6bdfefd1b0e5bd58368010 /src/patch/ghost_zone.hh
parent8f3ba1960a36aa73a9bd86f94a2a0d2b741e4c0c (diff)
fix comments in example on handling of diagonals
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@333 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/ghost_zone.hh')
-rw-r--r--src/patch/ghost_zone.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/patch/ghost_zone.hh b/src/patch/ghost_zone.hh
index 59688ad..381b5cd 100644
--- a/src/patch/ghost_zone.hh
+++ b/src/patch/ghost_zone.hh
@@ -155,12 +155,12 @@
// * The xz plane and yz plane are marked with ### lines
// * The +z patch's nominal grid is ([0,5],[0,5]), i.e. 0 <= x,y <= 5;
// its boundary lines are shown with single lines --- and | .
-// * The diagonals where we've split corners are marked with // lines.
+// * The diagonal where we've split corners are marked with // lines.
// * The +z patch's ghost zones are
// -x: (-1,[-1,7]), (-2,[-2,7])
-// +x: (6,[-2,7]), (7,[-2,7])
+// +x: (6,[-2,6]), (7,[-2,7])
// -y: ([-2, 7],[-2,-1])
-// +y: ([-2, 7],[ 6, 7])
+// +y: ([-2,5],6), ([-2,6],7)
// * The +z patch's frontiers are
// +x: ([ 3,4],[-2,7])
// +y: ([-2,7],[ 3,4])