From 4e61c21329d8ce45c8693cf08b5d548147768c08 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 14 Feb 2013 16:07:40 +0000
Subject: [PATCH] Also test points from H^2 (HyperbolicHalfspacePoints)

[[Imported from SVN: r9186]]
---
 test/targetspacetest.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/targetspacetest.cc b/test/targetspacetest.cc
index 7c69ced5..ab6a0a0d 100644
--- a/test/targetspacetest.cc
+++ b/test/targetspacetest.cc
@@ -3,6 +3,7 @@
 #include <dune/gfe/unitvector.hh>
 #include <dune/gfe/realtuple.hh>
 #include <dune/gfe/rotation.hh>
+#include <dune/gfe/hyperbolichalfspacepoint.hh>
 
 #include "valuefactory.hh"
 
@@ -373,6 +374,8 @@ int main() try
     
     test<RigidBodyMotion<double,3> >();
     
+    test<HyperbolicHalfspacePoint<double,2> >();
+
 } catch (Exception e) {
 
     std::cout << e << std::endl;
-- 
GitLab