Skip to content
Snippets Groups Projects
Commit 314552df authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Enable unit tests for the Rotation<3> class

parent 6b5d17d1
No related branches found
No related tags found
1 merge request!93Enable more tests for the various TargetSpace classes
......@@ -359,15 +359,18 @@ int main() try
test<RealTuple<double,1> >();
test<RealTuple<double,3> >();
// Test the UnitVector class
test<UnitVector<double,2> >();
test<UnitVector<double,3> >();
test<UnitVector<double,4> >();
// Test the rotation class
test<Rotation<double,3> >();
// Test the ProductManifold class
test<Dune::GFE::ProductManifold<RealTuple<double,1>,Rotation<double,3>,UnitVector<double,2>>>();
test<Dune::GFE::ProductManifold<Rotation<double,3>,UnitVector<double,5>>>();
// test<Rotation<double,3> >();
//
// Test the RigidBodyMotion class
test<RigidBodyMotion<double,3> >();
//
......
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