summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-15 10:31:45 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-15 10:31:45 +0000
commit9adf5ded237339dbe41db6c486993c4547396a22 (patch)
treeec36572020d515ffdec785e0f661ef57754a5220 /lib/Numeric/GSL
parent9d2073dd2cf7873006b0e831754928f7c0be52b7 (diff)
some windows support
Diffstat (limited to 'lib/Numeric/GSL')
-rw-r--r--lib/Numeric/GSL/gsl-aux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Numeric/GSL/gsl-aux.c b/lib/Numeric/GSL/gsl-aux.c
index 83c3bf8..bd0a6bd 100644
--- a/lib/Numeric/GSL/gsl-aux.c
+++ b/lib/Numeric/GSL/gsl-aux.c
@@ -116,9 +116,9 @@ int mapR(int code, KRVEC(x), RVEC(r)) {
116 OP(7,sinh) 116 OP(7,sinh)
117 OP(8,cosh) 117 OP(8,cosh)
118 OP(9,tanh) 118 OP(9,tanh)
119 OP(10,asinh) 119 OP(10,gsl_asinh)
120 OP(11,acosh) 120 OP(11,gsl_acosh)
121 OP(12,atanh) 121 OP(12,gsl_atanh)
122 OP(13,exp) 122 OP(13,exp)
123 OP(14,log) 123 OP(14,log)
124 OP(15,sign) 124 OP(15,sign)