summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/ODE.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/GSL/ODE.hs')
-rw-r--r--lib/Numeric/GSL/ODE.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/ODE.hs b/lib/Numeric/GSL/ODE.hs
index f6f11f9..eca06f8 100644
--- a/lib/Numeric/GSL/ODE.hs
+++ b/lib/Numeric/GSL/ODE.hs
@@ -64,7 +64,6 @@ odeSolve xdot xi ts = odeSolveV RKf45 hi epsAbs epsRel (l2v xdot) Nothing (fromL
64 epsAbs = 1.49012e-08 64 epsAbs = 1.49012e-08
65 epsRel = 1.49012e-08 65 epsRel = 1.49012e-08
66 l2v f = \t -> fromList . f t . toList 66 l2v f = \t -> fromList . f t . toList
67 l2m f = \t -> fromLists . f t . toList
68 67
69-- | Evolution of the system with adaptive step-size control. 68-- | Evolution of the system with adaptive step-size control.
70odeSolveV 69odeSolveV