summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/error.hs1
-rw-r--r--examples/plot.hs2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/error.hs b/examples/error.hs
index f13a48e..5efae7c 100644
--- a/examples/error.hs
+++ b/examples/error.hs
@@ -1,4 +1,5 @@
1import Numeric.GSL 1import Numeric.GSL
2import Numeric.GSL.Special
2import Numeric.LinearAlgebra 3import Numeric.LinearAlgebra
3import Prelude hiding (catch) 4import Prelude hiding (catch)
4import Control.Exception 5import Control.Exception
diff --git a/examples/plot.hs b/examples/plot.hs
index 1583dfe..f950aa5 100644
--- a/examples/plot.hs
+++ b/examples/plot.hs
@@ -1,6 +1,6 @@
1import Numeric.LinearAlgebra 1import Numeric.LinearAlgebra
2import Graphics.Plot 2import Graphics.Plot
3import Numeric.GSL(erf_Z, erf) 3import Numeric.GSL.Special(erf_Z, erf)
4 4
5sombrero n = f x y where 5sombrero n = f x y where
6 (x,y) = meshdom range range 6 (x,y) = meshdom range range