diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/integrands.h | 2 |
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; |