aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/local_reductions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local_reductions.h b/src/local_reductions.h
index 89d5e90..533eef6 100644
--- a/src/local_reductions.h
+++ b/src/local_reductions.h
@@ -28,7 +28,7 @@ extern "C" {
{ \
const cctk_type * typed_vdata = (const cctk_type *)(in_data); \
out_type inval; \
- out_type * outval = (const out_type *) out_num; \
+ out_type * outval = (out_type *) out_num; \
iter = 0; \
sum_indices = 0; \
num_points = 1; \