diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-10-22 12:59:18 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-10-22 12:59:18 +0000 |
commit | faeaf6d261b760e628c1e63551d822d16876c0cc (patch) | |
tree | 45e3e2d1460d72e1fd037e19d4470963b75cc00e /lib/Numeric/GSL/Vector.hs | |
parent | 9d9b1274a522e1bf0c5dea210765a0368ebb74a5 (diff) |
-Wall
Diffstat (limited to 'lib/Numeric/GSL/Vector.hs')
-rw-r--r-- | lib/Numeric/GSL/Vector.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Vector.hs b/lib/Numeric/GSL/Vector.hs index 9e06783..92cda87 100644 --- a/lib/Numeric/GSL/Vector.hs +++ b/lib/Numeric/GSL/Vector.hs | |||
@@ -27,7 +27,7 @@ import Complex | |||
27 | import Foreign | 27 | import Foreign |
28 | import Foreign.C.Types(CInt) | 28 | import Foreign.C.Types(CInt) |
29 | 29 | ||
30 | fromei x = fromIntegral (fromEnum x) | 30 | fromei x = fromIntegral (fromEnum x) :: CInt |
31 | 31 | ||
32 | data FunCodeV = Sin | 32 | data FunCodeV = Sin |
33 | | Cos | 33 | | Cos |