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