aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionAvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionAvg.c')
-rw-r--r--src/ReductionAvg.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c
index a2bc35d..07f2968 100644
--- a/src/ReductionAvg.c
+++ b/src/ReductionAvg.c
@@ -246,6 +246,14 @@ static int ReductionAvg (const cGH *GH,
CCTK_INT, outvals, num_outvals, total_outvals);
break;
+#ifdef CCTK_INT1
+ case CCTK_VARIABLE_INT1:
+ ITERATE_ARRAY (CCTK_INT1, num_dims, inarrays[i],
+ from, to, iterator, points_per_dim,
+ CCTK_INT1, outvals, num_outvals, total_outvals);
+ break;
+#endif
+
#ifdef CCTK_INT2
case CCTK_VARIABLE_INT2:
ITERATE_ARRAY (CCTK_INT2, num_dims, inarrays[i],