From 6b5f40366db376647bd51544302e05c0f4c9179d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 19 Apr 2009 08:47:57 +0000
Subject: [PATCH] use coordinate type from TargetSpace

[[Imported from SVN: r4053]]
---
 src/localgeodesicfestiffness.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/localgeodesicfestiffness.hh b/src/localgeodesicfestiffness.hh
index 198b052e..09e79207 100644
--- a/src/localgeodesicfestiffness.hh
+++ b/src/localgeodesicfestiffness.hh
@@ -15,7 +15,7 @@ class LocalGeodesicFEStiffness
 
     // grid types
     typedef typename GridView::Grid::ctype DT;
-    typedef double RT;
+    typedef typename TargetSpace::ctype RT;
     typedef typename GridView::template Codim<0>::Entity Entity;
     
     // some other sizes
-- 
GitLab