aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rotatingsymmetry180.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotatingsymmetry180.c b/src/rotatingsymmetry180.c
index bbd8dd5..b66b49a 100644
--- a/src/rotatingsymmetry180.c
+++ b/src/rotatingsymmetry180.c
@@ -551,7 +551,7 @@ int BndRot180VI (cGH const * restrict const cctkGH,
assert (nvars > 0);
mapping = Hyperslab_GlobalMappingByIndex
(cctkGH, vis[0], 3, direction, origin, extent, downsample,
- -1, NULL, &hsize);
+ -1, NULL, hsize);
assert (mapping>=0);
total_hsize = hsize[0] * hsize[1] * hsize[2];