summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/ODE.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-04-23 19:37:56 +0000
committerAlberto Ruiz <aruiz@um.es>2010-04-23 19:37:56 +0000
commit0ce6e74a5375b8d7ee1d95826252d8ff622f2cb4 (patch)
treecab666c674543adf0908ea5bc42ec9e9d35a9ea1 /lib/Numeric/GSL/ODE.hs
parentf7cbac4bb8d8fc1c4210a548674c222b691f8e9c (diff)
app5-10, some SCC, and other minor changes
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