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