From eb5f9d66db0aa4e7afdb6c0ddd245bb8f166191e Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 9 Jun 2009 10:08:10 +0000 Subject: exprel_n_CF_e not exported --- hmatrix.cabal | 2 +- lib/Numeric/GSL/Special/Exp.hs | 2 +- lib/Numeric/GSL/Special/autoall.sh | 1 + lib/Numeric/GSL/gsl-aux.c | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hmatrix.cabal b/hmatrix.cabal index e75c654..d6c44f6 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.5.2.0 +Version: 0.5.2.1 License: GPL License-file: LICENSE Author: Alberto Ruiz 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( , exprel_2 , exprel_n_e , exprel_n -, exprel_n_CF_e +-- , exprel_n_CF_e , exp_err_e , exp_err_e10_e , 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 ./auto.hs erf ./auto.hs exp rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs +rep ', exprel_n_CF_e' '-- , exprel_n_CF_e' Exp.hs ./auto.hs expint ./auto.hs fermi_dirac ./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*), } gsl_multiroot_fdfsolver_free(s); OK -} \ No newline at end of file +} -- cgit v1.2.3