diff --git a/tests/gsl-int/quadratures.c b/tests/gsl-int/quadratures.c index 4819e9b..07b0abe 100644 --- a/tests/gsl-int/quadratures.c +++ b/tests/gsl-int/quadratures.c @@ -3,10 +3,19 @@ #include #include +#ifndef EPSABS #define EPSABS 0 +#endif +#ifndef EPSREL #define EPSREL 1e-8 +#endif +#ifndef LIMIT #define LIMIT 8192 //??? -#define R0 1 +#endif +#ifndef R0 +#define R0 8e-6 +#endif + /* Relevant quadrature methods from gsl: * gsl_integration_qagiu