summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 14:21:05 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 14:21:05 +0100
commit13694d0250251b54188d6bb8b7306ea07d2a91cc (patch)
treed66fb8d04540261d9ca2f18e3981aa568844144f
parent0fdab9d8fc26c6e73d2382bc492954c6280929c8 (diff)
Fix another case mis-match
-rw-r--r--packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs b/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
index b419843..8358954 100644
--- a/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
+++ b/packages/sundials/src/Numeric/Sundials/ARKode/ODE.hs
@@ -29,7 +29,7 @@
29-- \end{array} 29-- \end{array}
30-- \] 30-- \]
31-- 31--
32module Numeric.Sundials.Arkode.ODE ( solveOde 32module Numeric.Sundials.ARKode.ODE ( solveOde
33 , odeSolve 33 , odeSolve
34 , getButcherTable 34 , getButcherTable
35 , getBT 35 , getBT