aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/slabtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slabtest.c b/src/slabtest.c
index a06cbab..ca1f1bd 100644
--- a/src/slabtest.c
+++ b/src/slabtest.c
@@ -81,12 +81,14 @@ void SlabTest_Test (CCTK_ARGUMENTS)
info[d].src.gsh = cctk_gsh[d];
info[d].src.lbnd = cctk_lbnd[d];
info[d].src.lsh = cctk_lsh[d];
+ info[d].src.ash = cctk_ash[d];
info[d].src.lbbox = cctk_bbox[2*d];
info[d].src.ubbox = cctk_bbox[2*d+1];
info[d].src.nghostzones = cctk_nghostzones[d];
info[d].dst.gsh = cctk_gsh[d];
info[d].dst.lbnd = cctk_lbnd[d];
info[d].dst.lsh = cctk_lsh[d];
+ info[d].dst.ash = cctk_ash[d];
info[d].dst.lbbox = cctk_bbox[2*d];
info[d].dst.ubbox = cctk_bbox[2*d+1];
info[d].dst.nghostzones = cctk_nghostzones[d];