From afab7e9b572a5a5e93595cbb80efc4a5f8ee5fa7 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Mon, 24 Oct 2011 08:35:50 +0000
Subject: [PATCH] remove unnecessary initialization of tangentvector

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

diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh
index f60d0c04..28fc70f3 100644
--- a/dune/gfe/rotation.hh
+++ b/dune/gfe/rotation.hh
@@ -288,7 +288,6 @@ public:
 
         // transform coordinates
         TangentVector tang;
-        tang = 0;
         basis.mv(vQuat,tang);
 
         return tang;
-- 
GitLab