summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-06-09 10:08:10 +0000
committerAlberto Ruiz <aruiz@um.es>2009-06-09 10:08:10 +0000
commiteb5f9d66db0aa4e7afdb6c0ddd245bb8f166191e (patch)
treeed903d9a9dcd5555c0c54998d681ac17ab171b5f /lib
parentd9efdd9334da1a63f739d6e2e68c4ff78f52e505 (diff)
exprel_n_CF_e not exported
Diffstat (limited to 'lib')
-rw-r--r--lib/Numeric/GSL/Special/Exp.hs2
-rw-r--r--lib/Numeric/GSL/Special/autoall.sh1
-rw-r--r--lib/Numeric/GSL/gsl-aux.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Special/Exp.hs b/lib/Numeric/GSL/Special/Exp.hs
index 9a407e7..da7bff1 100644
--- a/lib/Numeric/GSL/Special/Exp.hs
+++ b/lib/Numeric/GSL/Special/Exp.hs
@@ -29,7 +29,7 @@ module Numeric.GSL.Special.Exp(
29, exprel_2 29, exprel_2
30, exprel_n_e 30, exprel_n_e
31, exprel_n 31, exprel_n
32, exprel_n_CF_e 32-- , exprel_n_CF_e
33, exp_err_e 33, exp_err_e
34, exp_err_e10_e 34, exp_err_e10_e
35, exp_mult_err_e 35, exp_mult_err_e
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh
index da349a4..b9ea6d0 100644
--- a/lib/Numeric/GSL/Special/autoall.sh
+++ b/lib/Numeric/GSL/Special/autoall.sh
@@ -21,6 +21,7 @@ rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs
21./auto.hs erf 21./auto.hs erf
22./auto.hs exp 22./auto.hs exp
23rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs 23rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs
24rep ', exprel_n_CF_e' '-- , exprel_n_CF_e' Exp.hs
24./auto.hs expint 25./auto.hs expint
25./auto.hs fermi_dirac 26./auto.hs fermi_dirac
26./auto.hs gamma 27./auto.hs gamma
diff --git a/lib/Numeric/GSL/gsl-aux.c b/lib/Numeric/GSL/gsl-aux.c
index 9261f0c..0e2116c 100644
--- a/lib/Numeric/GSL/gsl-aux.c
+++ b/lib/Numeric/GSL/gsl-aux.c
@@ -709,4 +709,4 @@ int rootj(int method, int f(int, double*, int, double*),
709 } 709 }
710 gsl_multiroot_fdfsolver_free(s); 710 gsl_multiroot_fdfsolver_free(s);
711 OK 711 OK
712} \ No newline at end of file 712}