There is an inconsistency in the prototype declaration of
gsl_integration_cquad() and its description in the reference:
gsl_integration.h:
int
gsl_integration_cquad (const gsl_function * f, double a, double b,
double epsabs, double epsrel,
gsl_integration_cquad_workspace * ws,
double *result, double *abserr, size_t * nevals);
Reference:
int
gsl_integration_cquad (const gsl_function * f, double a, double b,
double epsabs, double epsrel,
gsl_integration_cquad_workspace * ws,
double *result, double *abserr, double * nevals);
The type of the last argument is size_t, not double.
Yoshiki Tsunesada
TokyoTech
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl