From 63474bfe48adaae593ac3afd4e18dab47fb24b6c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 14 Jan 2011 11:47:04 +0000
Subject: [PATCH] add missing return statement

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

diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh
index 1e03ce2e..44f27a3f 100644
--- a/dune/gfe/rotation.hh
+++ b/dune/gfe/rotation.hh
@@ -438,6 +438,7 @@ public:
         result[2] = 2 * dist * (-2 * arccosDer_pInvq_4 * pInv[2]);
         result[3] = 2 * dist * ( 2 * arccosDer_pInvq_4 * pInv[3]);
         
+        return result;
     }
     
     /** \brief Interpolate between two rotations */
-- 
GitLab