aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2013-01-15 02:39:30 +0000
committereschnett <eschnett@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2013-01-15 02:39:30 +0000
commit655ee156051e38101cca0436c401fbace3c1425c (patch)
tree072d07971e354d928c1b3b3f8441962bc914dac0
parenta3c16ac95925042d67546de26c8a13ed8cbd4ec3 (diff)
Update calls to thorn Slab
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@84 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
-rw-r--r--src/rotatingsymmetry90.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rotatingsymmetry90.c b/src/rotatingsymmetry90.c
index 0d5b716..038de32 100644
--- a/src/rotatingsymmetry90.c
+++ b/src/rotatingsymmetry90.c
@@ -530,6 +530,7 @@ int BndRot90VI (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];
@@ -540,6 +541,7 @@ int BndRot90VI (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];