From b3baaa72142b26f69c4d67670419bd0902e2c15c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 19 Apr 2009 08:36:20 +0000
Subject: [PATCH] export type used for coordinates

[[Imported from SVN: r4051]]
---
 src/rotation.hh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/rotation.hh b/src/rotation.hh
index 98061554..c0bb26c7 100644
--- a/src/rotation.hh
+++ b/src/rotation.hh
@@ -34,6 +34,9 @@ class Rotation<3,T> : public Quaternion<T>
 
 public:
 
+    /** \brief The type used for coordinates */
+    typedef T ctype;
+
     /** \brief Member of the corresponding Lie algebra.  This really is a skew-symmetric matrix */
     typedef Dune::FieldVector<T,3> TangentVector;
 
-- 
GitLab