aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2013-01-15 02:39:44 +0000
committereschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2013-01-15 02:39:44 +0000
commit7a8419228fa87c1b858ba74a9f6b6cda6e121cd9 (patch)
tree50a2e2473860695e163dbf46d0ab07e93e56ba6a
parent66babe2264d5f156a8c220f321a5b3da65d9c96f (diff)
Update calls to thorn Slab
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@84 20f44201-0f4f-0410-9130-e5fc2714a787
-rw-r--r--src/rotatingsymmetry180.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rotatingsymmetry180.c b/src/rotatingsymmetry180.c
index bdc2451..b0f1497 100644
--- a/src/rotatingsymmetry180.c
+++ b/src/rotatingsymmetry180.c
@@ -410,6 +410,7 @@ int BndRot180VI (cGH const * restrict const cctkGH,
xferinfo[d].src.gsh = data.gsh [d];
xferinfo[d].src.lbnd = data.lbnd [d];
xferinfo[d].src.lsh = data.lsh [d];
+ xferinfo[d].src.ash = data.ash [d];
xferinfo[d].src.lbbox = fake_bbox [2*d ];
xferinfo[d].src.ubbox = fake_bbox [2*d+1];
xferinfo[d].src.nghostzones = data.nghostzones[d];
@@ -420,6 +421,7 @@ int BndRot180VI (cGH const * restrict const cctkGH,
xferinfo[d].dst.gsh = data.gsh [d];
xferinfo[d].dst.lbnd = data.lbnd [d];
xferinfo[d].dst.lsh = data.lsh [d];
+ xferinfo[d].dst.ash = data.ash [d];
xferinfo[d].dst.lbbox = fake_bbox [2*d ];
xferinfo[d].dst.ubbox = fake_bbox [2*d+1];
xferinfo[d].dst.nghostzones = data.nghostzones[d];