summaryrefslogtreecommitdiff
path: root/examples/root.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/root.hs')
-rw-r--r--examples/root.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/root.hs b/examples/root.hs
index 2a24f0f..8546ff5 100644
--- a/examples/root.hs
+++ b/examples/root.hs
@@ -28,7 +28,4 @@ main = do
28 test DNewton 28 test DNewton
29 test Broyden 29 test Broyden
30 30
31 testJ HybridsJ 31 mapM_ testJ [HybridsJ .. GNewton]
32 testJ HybridJ
33 testJ Newton
34 testJ GNewton