Skip to content
Snippets Groups Projects
Commit 4e61c213 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

Also test points from H^2 (HyperbolicHalfspacePoints)

[[Imported from SVN: r9186]]
parent 8c16389c
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <dune/gfe/unitvector.hh> #include <dune/gfe/unitvector.hh>
#include <dune/gfe/realtuple.hh> #include <dune/gfe/realtuple.hh>
#include <dune/gfe/rotation.hh> #include <dune/gfe/rotation.hh>
#include <dune/gfe/hyperbolichalfspacepoint.hh>
#include "valuefactory.hh" #include "valuefactory.hh"
...@@ -373,6 +374,8 @@ int main() try ...@@ -373,6 +374,8 @@ int main() try
test<RigidBodyMotion<double,3> >(); test<RigidBodyMotion<double,3> >();
test<HyperbolicHalfspacePoint<double,2> >();
} catch (Exception e) { } catch (Exception e) {
std::cout << e << std::endl; std::cout << e << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment