From 1582f7dcc086054a64e1f50fde1a74814648a793 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Mon, 17 Oct 2011 10:00:41 +0000
Subject: [PATCH] also rename methods

[[Imported from SVN: r7933]]
---
 dune/gfe/rotation.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh
index 0a8684e5..2b82d924 100644
--- a/dune/gfe/rotation.hh
+++ b/dune/gfe/rotation.hh
@@ -272,7 +272,7 @@ public:
     }
        
     /** \brief Compute tangent vector from given basepoint and skew symmetric matrix. */ 
-    static TangentVector axialToTangentVector(const Rotation<3,T>& p, const SkewMatrix<T,3>& v ) {
+    static TangentVector skewToTangentVector(const Rotation<3,T>& p, const SkewMatrix<T,3>& v ) {
 
         // embedded tangent vector at identity
         Quaternion<T> vAtIdentity(0);
@@ -294,7 +294,7 @@ public:
     }
 
     /** \brief Compute skew matrix from given basepoint and tangent vector. */ 
-    static SkewMatrix<T,3> tangentToAxialVector(const Rotation<3,T>& p, const TangentVector& tangent) {
+    static SkewMatrix<T,3> tangentToSkew(const Rotation<3,T>& p, const TangentVector& tangent) {
         
         // embedded tangent vector
         Dune::FieldMatrix<T,3,4> basis = p.orthonormalFrame();
-- 
GitLab