aboutsummaryrefslogtreecommitdiff
path: root/include/integrands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/integrands.h')
-rw-r--r--include/integrands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/integrands.h b/include/integrands.h
index 5f2adc0..fd259a4 100644
--- a/include/integrands.h
+++ b/include/integrands.h
@@ -25,7 +25,7 @@
#include <gsl/gsl_vector.h>
typedef struct {
- double *coefficients;
+ const double *coefficients;
int degree;
} polynomial_integrand_params;