From 0ce6e74a5375b8d7ee1d95826252d8ff622f2cb4 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 23 Apr 2010 19:37:56 +0000 Subject: app5-10, some SCC, and other minor changes --- lib/Numeric/GSL/ODE.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Numeric/GSL') 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 epsAbs = 1.49012e-08 epsRel = 1.49012e-08 l2v f = \t -> fromList . f t . toList - l2m f = \t -> fromLists . f t . toList -- | Evolution of the system with adaptive step-size control. odeSolveV -- cgit v1.2.3