From 9138aa46aef90f6fcd9266017e98c74b04d712dd Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Fri, 21 Oct 2011 13:58:59 +0000
Subject: [PATCH] bugfix

[[Imported from SVN: r7984]]
---
 dune/gfe/rotation.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh
index 90589caf..3c002e46 100644
--- a/dune/gfe/rotation.hh
+++ b/dune/gfe/rotation.hh
@@ -488,7 +488,7 @@ public:
              
             q.matrix(mat);
             Dune::FieldMatrix<T,3,3> matT;
-            q.inverse().matrix(matT);
+            Rotation<3,T>(q.inverse()).matrix(matT);
             mat -= matT;
             mat *= 1/(1+trace);
         }
-- 
GitLab