summaryrefslogtreecommitdiff
path: root/packages/special/lib/Numeric/GSL/Special/Elljac.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Elljac.hs')
-rw-r--r--packages/special/lib/Numeric/GSL/Special/Elljac.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Elljac.hs b/packages/special/lib/Numeric/GSL/Special/Elljac.hs
index 553350c..555e3ff 100644
--- a/packages/special/lib/Numeric/GSL/Special/Elljac.hs
+++ b/packages/special/lib/Numeric/GSL/Special/Elljac.hs
@@ -38,4 +38,4 @@ elljac_e u m = unsafePerformIO $ do
38 else error $ "error code "++show res++ 38 else error $ "error code "++show res++
39 " in elljac_e "++show u++" "++show m 39 " in elljac_e "++show u++" "++show m
40 40
41foreign import ccall "gsl_sf_elljac_e" gsl_sf_elljac_e :: Double -> Double -> Ptr Double -> Ptr Double -> Ptr Double -> IO CInt 41foreign import ccall unsafe "gsl_sf_elljac_e" gsl_sf_elljac_e :: Double -> Double -> Ptr Double -> Ptr Double -> Ptr Double -> IO CInt