From 5c5497b832ce3820a35c83b030d1ef2e37e570b8 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sat, 13 Feb 2010 09:48:30 +0000
Subject: [PATCH] export ctype, the type used for coordinates

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

diff --git a/src/unitvector.hh b/src/unitvector.hh
index e583af79..1fc9e8f9 100644
--- a/src/unitvector.hh
+++ b/src/unitvector.hh
@@ -8,6 +8,9 @@ class UnitVector
 {
 public:
 
+    /** \brief The type used for coordinates */
+    typedef double ctype;
+
     typedef Dune::FieldVector<double,dim> TangentVector;
     typedef Dune::FieldVector<double,dim> EmbeddedTangentVector;
 
-- 
GitLab