diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-20 13:16:14 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-20 13:16:14 +0000 |
commit | c9af0b0b468eee25edc60a20419cff0dba0a379a (patch) | |
tree | 982730af88db4764339aaa297ab92a131456cab7 /lib/Numeric/GSL | |
parent | bbf07a5b76cf196007adcfe2bfc954440843ce2f (diff) |
fixed nullspace prop
Diffstat (limited to 'lib/Numeric/GSL')
-rw-r--r-- | lib/Numeric/GSL/ODE.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/ODE.hs b/lib/Numeric/GSL/ODE.hs index 7c711b7..9d890fc 100644 --- a/lib/Numeric/GSL/ODE.hs +++ b/lib/Numeric/GSL/ODE.hs | |||
@@ -108,4 +108,4 @@ checkdim2 n m | |||
108 | 108 | ||
109 | checkTimes ts | dim ts > 1 && all (>0) (zipWith subtract ts' (tail ts')) = ts | 109 | checkTimes ts | dim ts > 1 && all (>0) (zipWith subtract ts' (tail ts')) = ts |
110 | | otherwise = error "odeSolve requires increasing times" | 110 | | otherwise = error "odeSolve requires increasing times" |
111 | where ts' = toList ts \ No newline at end of file | 111 | where ts' = toList ts |