aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index fbb136f..1156575 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -919,7 +919,7 @@ int pt;
// execute the ***fetch*** the first time in the test at the
// top of the part loop below
const void* input_array_ptr__last_fetch = NULL;
- const int part__last_fetch = -1;
+ int part__last_fetch = -1;
for (out = 0 ; out < N_output_arrays ; ++out)
{