From a7137d3bca25dab247b3bb892000dbbeec4604ef Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Fri, 21 Oct 2011 14:01:28 +0000
Subject: [PATCH] make toMatrix method const

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

diff --git a/dune/gfe/skewmatrix.hh b/dune/gfe/skewmatrix.hh
index 5b28a480..632d2685 100644
--- a/dune/gfe/skewmatrix.hh
+++ b/dune/gfe/skewmatrix.hh
@@ -40,7 +40,7 @@ public:
     }
    
     /** \brief Embedd the skey-symmetric matrix in R^3x3 */ 
-    Dune::FieldMatrix<T,3,3> toMatrix()
+    Dune::FieldMatrix<T,3,3> toMatrix() const
     {
         Dune::FieldMatrix<T,3,3> mat;
         mat = 0;
-- 
GitLab