aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionAvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionAvg.c')
-rw-r--r--src/ReductionAvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c
index ac3f8ce..51db04b 100644
--- a/src/ReductionAvg.c
+++ b/src/ReductionAvg.c
@@ -1290,7 +1290,7 @@ static int ReductionAvg (int N_dims, int operator_handle,
break;
#endif
#ifdef CCTK_REAL16
- case CCTK_VARIABLE_REAL6:
+ case CCTK_VARIABLE_REAL16:
*( (CCTK_REAL16 *) output_numbers[i]) = *( (CCTK_REAL16 *) output_numbers[i]) / num_points;
break;
#endif