aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNormInf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionNormInf.c')
-rw-r--r--src/ReductionNormInf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNormInf.c b/src/ReductionNormInf.c
index ecfdfff..6b484d3 100644
--- a/src/ReductionNormInf.c
+++ b/src/ReductionNormInf.c
@@ -249,7 +249,7 @@ static int ReductionNormInf (const cGH *GH,
{
switch (intypes[i])
{
- case CCTK_VARIABLE_CHAR:
+ case CCTK_VARIABLE_BYTE:
#define REDUCTION_OPERATION(norm_inf, scalar) norm_inf = MAX(norm_inf,scalar)
ITERATE_ARRAY (CCTK_BYTE, num_dims, inarrays[i],
from, to, iterator, points_per_dim,