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