summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/gsl-aux.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-01-22 10:08:07 +0000
committerAlberto Ruiz <aruiz@um.es>2008-01-22 10:08:07 +0000
commit1bdc3af98f098f45e97e9c1a3225c5dcb64e3119 (patch)
treee6d2ad7bb2dae1be433a2facaa555305b7cc90b4 /lib/Numeric/GSL/gsl-aux.h
parent17749900a9146ddf6cd8ebf59dc35e56d6bff413 (diff)
CInt in GSL args
Diffstat (limited to 'lib/Numeric/GSL/gsl-aux.h')
-rw-r--r--lib/Numeric/GSL/gsl-aux.h2
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));
50int integrate_qng(double f(double, void*), double a, double b, double prec, 50int integrate_qng(double f(double, void*), double a, double b, double prec,
51 double *result, double*error); 51 double *result, double*error);
52 52
53int integrate_qags(double f(double,void*), double a, double b, double prec, int w, 53int 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
56int polySolve(KRVEC(a), CVEC(z)); 56int polySolve(KRVEC(a), CVEC(z));