aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionCount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionCount.c')
-rw-r--r--src/ReductionCount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ReductionCount.c b/src/ReductionCount.c
index ee4c627..3ea4b7c 100644
--- a/src/ReductionCount.c
+++ b/src/ReductionCount.c
@@ -27,6 +27,7 @@ static int ReductionCount (const cGH *GH,
int iterator[/* dim */],
const int points_per_dim[/* dim */],
int num_points,
+ int have_local_points,
int num_inarrays,
const int intypes[/* num_inarrays */],
const void *const inarrays[/* num_inarrays */],
@@ -200,6 +201,7 @@ static int ReductionCount (const cGH *GH,
int iterator[/* dim */],
const int points_per_dim[/* dim */],
int num_points,
+ int have_local_points,
int num_inarrays,
const int intypes[/* num_inarrays */],
const void *const inarrays[/* num_inarrays */],
@@ -217,6 +219,7 @@ static int ReductionCount (const cGH *GH,
(void) (to + 0);
(void) (iterator + 0);
(void) (points_per_dim + 0);
+ (void) (have_local_points + 0);
(void) (intypes + 0);
(void) (inarrays + 0);
(void) (num_outvals + 0);