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

Reenable tests for the 'RigidBodyMotion' manifold

parent 789a3d7d
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ int main() ...@@ -258,7 +258,7 @@ int main()
test<UnitVector<double,2>,1>(element); test<UnitVector<double,2>,1>(element);
test<UnitVector<double,3>,1>(element); test<UnitVector<double,3>,1>(element);
test<Rotation<double,3>,1>(element); test<Rotation<double,3>,1>(element);
// test<RigidBodyMotion<double,3>,1>(element); test<RigidBodyMotion<double,3>,1>(element);
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// Test functions on 2d simplex elements // Test functions on 2d simplex elements
...@@ -269,7 +269,7 @@ int main() ...@@ -269,7 +269,7 @@ int main()
test<UnitVector<double,2>,2>(element); test<UnitVector<double,2>,2>(element);
test<UnitVector<double,3>,2>(element); test<UnitVector<double,3>,2>(element);
test<Rotation<double,3>,2>(element); test<Rotation<double,3>,2>(element);
// test<RigidBodyMotion<double,3>,2>(element); test<RigidBodyMotion<double,3>,2>(element);
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// Test functions on 2d quadrilateral elements // Test functions on 2d quadrilateral elements
...@@ -280,6 +280,6 @@ int main() ...@@ -280,6 +280,6 @@ int main()
test<UnitVector<double,2>,2>(element); test<UnitVector<double,2>,2>(element);
test<UnitVector<double,3>,2>(element); test<UnitVector<double,3>,2>(element);
test<Rotation<double,3>,2>(element); test<Rotation<double,3>,2>(element);
// test<RigidBodyMotion<double,3>,2>(element); test<RigidBodyMotion<double,3>,2>(element);
} }
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