summaryrefslogtreecommitdiff
path: root/lib/GSL/Differentiation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Differentiation.hs')
-rw-r--r--lib/GSL/Differentiation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GSL/Differentiation.hs b/lib/GSL/Differentiation.hs
index 6fd7565..e8e22d2 100644
--- a/lib/GSL/Differentiation.hs
+++ b/lib/GSL/Differentiation.hs
@@ -23,7 +23,7 @@ module GSL.Differentiation (
23) where 23) where
24 24
25import Foreign 25import Foreign
26import Data.Packed.Internal.Common(mkfun,check,(//)) 26import Data.Packed.Internal(mkfun,check,(//))
27 27
28derivGen :: 28derivGen ::
29 Int -- ^ type: 0 central, 1 forward, 2 backward 29 Int -- ^ type: 0 central, 1 forward, 2 backward