From 00df148cdab2dd834729b10d71fdba93e9a37977 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 3 Jul 2013 16:09:24 +0000
Subject: [PATCH] Modify a few test points for easier debugging of the
 hyperbolic half-plane

[[Imported from SVN: r9287]]
---
 test/valuefactory.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/valuefactory.hh b/test/valuefactory.hh
index 55957cf7..ebabbc03 100644
--- a/test/valuefactory.hh
+++ b/test/valuefactory.hh
@@ -314,7 +314,7 @@ public:
     static void get(std::vector<HyperbolicHalfspacePoint<double,2> >& values) {
      
         int nTestPoints = 10;
-        double testPoints[10][2] = {{1,0.01}, {0,0.01}, {-0.838114,0.412667},
+        double testPoints[10][2] = {{0,2}, {0,1}, {0,0.5},
                                     {-0.490946,0.81551},{-0.944506,0.304319},
                                     {-0.6,0.2},{0.45,0.517},
                                     {-0.1,0.1},{-0.444506,0.104319},{-0.7,0.304319}};
-- 
GitLab