aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionMax.c')
-rw-r--r--src/ReductionMax.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ReductionMax.c b/src/ReductionMax.c
index a1fceb8..2ae7e48 100644
--- a/src/ReductionMax.c
+++ b/src/ReductionMax.c
@@ -247,6 +247,14 @@ static int ReductionMaxVal (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],