diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-02-01 13:29:30 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-02-01 13:29:30 +0000 |
commit | bac0db0bb1a25aa8be87a79492517aa8098670e6 (patch) | |
tree | 1dca142b05bc6e5700886fe8da84b1883b62143b /lib/Numeric/GSL/Special/autoall.sh | |
parent | 240ae9be06380814fc1e223c3c53c746e5b1e6ba (diff) |
improved autoall
Diffstat (limited to 'lib/Numeric/GSL/Special/autoall.sh')
-rw-r--r-- | lib/Numeric/GSL/Special/autoall.sh | 53 |
1 files changed, 29 insertions, 24 deletions
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh index d5f07e8..387b8e2 100644 --- a/lib/Numeric/GSL/Special/autoall.sh +++ b/lib/Numeric/GSL/Special/autoall.sh | |||
@@ -1,7 +1,10 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | #Airy.hs | 3 | function rep { |
4 | # include Precision (..) in the export list | 4 | ./replace.hs "$1" "$2" < $3 > /tmp/tmp-rep |
5 | cp /tmp/tmp-rep $3 | ||
6 | } | ||
7 | |||
5 | #Exp.hs | 8 | #Exp.hs |
6 | # remove extern inline definition, qualify name | 9 | # remove extern inline definition, qualify name |
7 | #Coupling | 10 | #Coupling |
@@ -13,29 +16,31 @@ | |||
13 | #Log.hs | 16 | #Log.hs |
14 | # remove extern inline, qualify name | 17 | # remove extern inline, qualify name |
15 | 18 | ||
16 | #runhaskell auto airy | 19 | ./auto.hs airy |
17 | runhaskell auto bessel | 20 | rep ') where' ', Precision(..)\n) where' Airy.hs |
18 | runhaskell auto clausen | 21 | ./auto.hs bessel |
19 | runhaskell auto coulomb | 22 | ./auto.hs clausen |
20 | #runhaskell auto coupling | 23 | ./auto.hs coulomb |
21 | runhaskell auto dawson | 24 | runhaskell auto coupling |
22 | runhaskell auto debye | 25 | rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs |
23 | runhaskell auto dilog | 26 | ./auto.hs dawson |
24 | runhaskell auto elementary | 27 | ./auto.hs debye |
25 | runhaskell auto ellint | 28 | ./auto.hs dilog |
26 | runhaskell auto erf | 29 | ./auto.hs elementary |
30 | ./auto.hs ellint | ||
31 | ./auto.hs erf | ||
27 | #runhaskell auto exp | 32 | #runhaskell auto exp |
28 | runhaskell auto expint | 33 | ./auto.hs expint |
29 | runhaskell auto fermi_dirac | 34 | ./auto.hs fermi_dirac |
30 | runhaskell auto gamma | 35 | ./auto.hs gamma |
31 | runhaskell auto gegenbauer | 36 | ./auto.hs gegenbauer |
32 | runhaskell auto hyperg | 37 | ./auto.hs hyperg |
33 | runhaskell auto laguerre | 38 | ./auto.hs laguerre |
34 | runhaskell auto lambert | 39 | ./auto.hs lambert |
35 | #runhaskell auto legendre legendre.h | 40 | #runhaskell auto legendre legendre.h |
36 | #runhaskell auto log | 41 | #runhaskell auto log |
37 | runhaskell auto pow_int | 42 | ./auto.hs pow_int |
38 | runhaskell auto psi | 43 | ./auto.hs psi |
39 | runhaskell auto synchrotron | 44 | ./auto.hs synchrotron |
40 | #runhaskell auto trig | 45 | #runhaskell auto trig |
41 | runhaskell auto zeta \ No newline at end of file | 46 | ./auto.hs zeta \ No newline at end of file |