summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-02-21 18:50:18 +0000
committerAlberto Ruiz <aruiz@um.es>2008-02-21 18:50:18 +0000
commitbc2dcb1464ed2674e48bbb9372dc6135abe9bd1c (patch)
tree3a55d4b6550fdb7a5114abf616c480747293fb0a /lib
parent7782d2df4d8447b08bbe72b0ad4ea15bba834e99 (diff)
improved autoall
Diffstat (limited to 'lib')
-rw-r--r--lib/Numeric/GSL/Special/autoall.sh26
1 files changed, 10 insertions, 16 deletions
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh
index 387b8e2..1581e38 100644
--- a/lib/Numeric/GSL/Special/autoall.sh
+++ b/lib/Numeric/GSL/Special/autoall.sh
@@ -5,23 +5,13 @@ function rep {
5 cp /tmp/tmp-rep $3 5 cp /tmp/tmp-rep $3
6} 6}
7 7
8#Exp.hs
9# remove extern inline definition, qualify name
10#Coupling
11# remove deprecated INCORRECT
12#Trig.hs
13# qualify names
14#Legendre.hs
15# remove extern inline
16#Log.hs
17# remove extern inline, qualify name
18 8
19./auto.hs airy 9./auto.hs airy
20rep ') where' ', Precision(..)\n) where' Airy.hs 10rep ') where' ', Precision(..)\n) where' Airy.hs
21./auto.hs bessel 11./auto.hs bessel
22./auto.hs clausen 12./auto.hs clausen
23./auto.hs coulomb 13./auto.hs coulomb
24runhaskell auto coupling 14./auto.hs coupling
25rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs 15rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs
26./auto.hs dawson 16./auto.hs dawson
27./auto.hs debye 17./auto.hs debye
@@ -29,7 +19,8 @@ rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs
29./auto.hs elementary 19./auto.hs elementary
30./auto.hs ellint 20./auto.hs ellint
31./auto.hs erf 21./auto.hs erf
32#runhaskell auto exp 22./auto.hs exp gsl_sf_exp.h
23rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs
33./auto.hs expint 24./auto.hs expint
34./auto.hs fermi_dirac 25./auto.hs fermi_dirac
35./auto.hs gamma 26./auto.hs gamma
@@ -37,10 +28,13 @@ rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs
37./auto.hs hyperg 28./auto.hs hyperg
38./auto.hs laguerre 29./auto.hs laguerre
39./auto.hs lambert 30./auto.hs lambert
40#runhaskell auto legendre legendre.h 31./auto.hs legendre gsl_sf_legendre.h
41#runhaskell auto log 32./auto.hs log gsl_sf_log.h
33rep ', log\n' ', Numeric.GSL.Special.Log.log\n' Log.hs
42./auto.hs pow_int 34./auto.hs pow_int
43./auto.hs psi 35./auto.hs psi
44./auto.hs synchrotron 36./auto.hs synchrotron
45#runhaskell auto trig 37./auto.hs trig
46./auto.hs zeta \ No newline at end of file 38rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs
39rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs
40./auto.hs zeta