aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionNorm3.c')
-rw-r--r--src/ReductionNorm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNorm3.c b/src/ReductionNorm3.c
index 86191d4..63a8b88 100644
--- a/src/ReductionNorm3.c
+++ b/src/ReductionNorm3.c
@@ -234,7 +234,7 @@ static int ReductionNorm3 (const cGH *GH,
{
switch (intypes[i])
{
- case CCTK_VARIABLE_CHAR:
+ case CCTK_VARIABLE_BYTE:
#define CUBE_ABS(x) ((x) * (x) * (x))
#define REDUCTION_OPERATION(norm3, scalar) norm3 += CUBE_ABS (scalar)
ITERATE_ARRAY (CCTK_BYTE, num_dims, inarrays[i],