diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-01-22 10:08:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-01-22 10:08:07 +0000 |
commit | 1bdc3af98f098f45e97e9c1a3225c5dcb64e3119 (patch) | |
tree | e6d2ad7bb2dae1be433a2facaa555305b7cc90b4 /lib/Numeric/GSL/gsl-aux.h | |
parent | 17749900a9146ddf6cd8ebf59dc35e56d6bff413 (diff) |
CInt in GSL args
Diffstat (limited to 'lib/Numeric/GSL/gsl-aux.h')
-rw-r--r-- | lib/Numeric/GSL/gsl-aux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/gsl-aux.h b/lib/Numeric/GSL/gsl-aux.h index cf22024..eee15e7 100644 --- a/lib/Numeric/GSL/gsl-aux.h +++ b/lib/Numeric/GSL/gsl-aux.h | |||
@@ -50,7 +50,7 @@ int fft(int code, KCVEC(a), CVEC(b)); | |||
50 | int integrate_qng(double f(double, void*), double a, double b, double prec, | 50 | int integrate_qng(double f(double, void*), double a, double b, double prec, |
51 | double *result, double*error); | 51 | double *result, double*error); |
52 | 52 | ||
53 | int integrate_qags(double f(double,void*), double a, double b, double prec, int w, | 53 | int integrate_qags(double f(double,void*), double a, double b, double prec, int w, |
54 | double *result, double* error); | 54 | double *result, double* error); |
55 | 55 | ||
56 | int polySolve(KRVEC(a), CVEC(z)); | 56 | int polySolve(KRVEC(a), CVEC(z)); |