diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Numeric/GSL/Special/autoall.sh | 26 |
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 |
20 | rep ') where' ', Precision(..)\n) where' Airy.hs | 10 | rep ') 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 |
24 | runhaskell auto coupling | 14 | ./auto.hs coupling |
25 | rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs | 15 | rep ', 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 |
23 | rep ', 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 |
33 | rep ', 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 | 38 | rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs |
39 | rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs | ||
40 | ./auto.hs zeta | ||