From 655ee156051e38101cca0436c401fbace3c1425c Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 15 Jan 2013 02:39:30 +0000 Subject: Update calls to thorn Slab git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@84 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5 --- src/rotatingsymmetry90.c | 2 ++ 1 file changed, 2 insertions(+) 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]; -- cgit v1.2.3