summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-17 08:26:11 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-17 08:26:11 +0100
commit9336945b570c81533bbd77bbcc084f5954791f95 (patch)
tree507a69cd3b28e9ad609ff2dc53393e85b1c21a1d
parent96162b5d7875c75c3e43ebf0ea8df51aa96fa333 (diff)
Export required type synonym
-rw-r--r--packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs b/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
index 67378cc..ee8def5 100644
--- a/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
+++ b/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
@@ -109,6 +109,7 @@ module Numeric.Sundials.ARKode.ODE ( odeSolve
109 , butcherTable 109 , butcherTable
110 , ODEMethod(..) 110 , ODEMethod(..)
111 , StepControl(..) 111 , StepControl(..)
112 , Jacobian
112 , SundialsDiagnostics(..) 113 , SundialsDiagnostics(..)
113 ) where 114 ) where
114 115