summaryrefslogtreecommitdiff
path: root/examples/devel/ej2/wrappers.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/devel/ej2/wrappers.hs')
-rw-r--r--examples/devel/ej2/wrappers.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/devel/ej2/wrappers.hs b/examples/devel/ej2/wrappers.hs
index 399c5a9..1c02a24 100644
--- a/examples/devel/ej2/wrappers.hs
+++ b/examples/devel/ej2/wrappers.hs
@@ -15,7 +15,7 @@ main = do
15----------------------------------------------------- 15-----------------------------------------------------
16-- arbitrary data order 16-- arbitrary data order
17 17
18foreign import ccall "c_diag" 18foreign import ccall unsafe "c_diag"
19 cDiag :: CInt -- matrix order 19 cDiag :: CInt -- matrix order
20 -> CInt -> CInt -> Ptr Double -- argument 20 -> CInt -> CInt -> Ptr Double -- argument
21 -> CInt -> Ptr Double -- result1 21 -> CInt -> Ptr Double -- result1