aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionMax.c')
-rw-r--r--src/ReductionMax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionMax.c b/src/ReductionMax.c
index 55d1291..fc6c8d1 100644
--- a/src/ReductionMax.c
+++ b/src/ReductionMax.c
@@ -236,7 +236,7 @@ static int ReductionMaxVal (const cGH *GH,
{
switch (intypes[i])
{
- case CCTK_VARIABLE_CHAR:
+ case CCTK_VARIABLE_BYTE:
ITERATE_ARRAY (CCTK_BYTE, num_dims, inarrays[i],
from, to, iterator, points_per_dim,
CCTK_BYTE, outvals, num_outvals, total_outvals);