From ed91061cb42aaebeb8e3e04199a95d2fbcb1192f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 3 Sep 2013 16:30:26 +0000
Subject: [PATCH] Clean up some headers

[[Imported from SVN: r9434]]
---
 cosserat-continuum.cc | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index e2f992ca..dfdcb7a6 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -2,8 +2,6 @@
 
 #include <fenv.h>
 
-#define RIGIDBODYMOTION3
-
 #include <dune/common/bitsetvector.hh>
 #include <dune/common/parametertree.hh>
 #include <dune/common/parametertreeparser.hh>
@@ -20,9 +18,7 @@
 #include <dune/solvers/solvers/iterativesolver.hh>
 #include <dune/solvers/norms/energynorm.hh>
 
-#include <dune/gfe/rotation.hh>
-#include <dune/gfe/unitvector.hh>
-#include <dune/gfe/realtuple.hh>
+#include <dune/gfe/rigidbodymotion.hh>
 #include <dune/gfe/cosseratenergystiffness.hh>
 #include <dune/gfe/cosseratvtkwriter.hh>
 #include <dune/gfe/geodesicfeassembler.hh>
@@ -32,9 +28,7 @@
 const int dim = 2;
 
 // Image space of the geodesic fe functions
-#ifdef RIGIDBODYMOTION3
 typedef RigidBodyMotion<double,3> TargetSpace;
-#endif
 
 // Tangent vector of the image space
 const int blocksize = TargetSpace::TangentVector::dimension;
-- 
GitLab