diff options
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Coupling.hs')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Coupling.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Coupling.hs b/packages/special/lib/Numeric/GSL/Special/Coupling.hs index 16ff9b9..390c6bb 100644 --- a/packages/special/lib/Numeric/GSL/Special/Coupling.hs +++ b/packages/special/lib/Numeric/GSL/Special/Coupling.hs | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------ | 1 | ------------------------------------------------------------ |
2 | -- | | 2 | -- | |
3 | -- Module : Numeric.GSL.Special.Coupling | 3 | -- Module : Numeric.GSL.Special.Coupling |
4 | -- Copyright : (c) Alberto Ruiz 2006 | 4 | -- Copyright : (c) Alberto Ruiz 2006-11 |
5 | -- License : GPL | 5 | -- License : GPL |
6 | -- Maintainer : Alberto Ruiz (aruiz at um dot es) | 6 | -- Maintainer : Alberto Ruiz (aruiz at um dot es) |
7 | -- Stability : provisional | 7 | -- Stability : provisional |
@@ -24,7 +24,7 @@ module Numeric.GSL.Special.Coupling( | |||
24 | ) where | 24 | ) where |
25 | 25 | ||
26 | import Foreign(Ptr) | 26 | import Foreign(Ptr) |
27 | import Foreign.C.Types(CInt) | 27 | import Foreign.C.Types(CInt(..)) |
28 | import Numeric.GSL.Special.Internal | 28 | import Numeric.GSL.Special.Internal |
29 | 29 | ||
30 | coupling_3j_e :: CInt -> CInt -> CInt -> CInt -> CInt -> CInt -> (Double,Double) | 30 | coupling_3j_e :: CInt -> CInt -> CInt -> CInt -> CInt -> CInt -> (Double,Double) |