Skip to content
Snippets Groups Projects
Commit 00df148c authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Modify a few test points for easier debugging of the hyperbolic half-plane

[[Imported from SVN: r9287]]
parent 25deaf11
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ public: ...@@ -314,7 +314,7 @@ public:
static void get(std::vector<HyperbolicHalfspacePoint<double,2> >& values) { static void get(std::vector<HyperbolicHalfspacePoint<double,2> >& values) {
int nTestPoints = 10; 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.490946,0.81551},{-0.944506,0.304319},
{-0.6,0.2},{0.45,0.517}, {-0.6,0.2},{0.45,0.517},
{-0.1,0.1},{-0.444506,0.104319},{-0.7,0.304319}}; {-0.1,0.1},{-0.444506,0.104319},{-0.7,0.304319}};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment