diff options
Diffstat (limited to 'packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs')
-rw-r--r-- | packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs | 1 |
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 | ||