From d9d1aa240c3b73f95a4c3fc346967512789e6df1 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Tue, 3 Jul 2012 12:17:16 +0000
Subject: [PATCH] material parameters can be changed by the setup method and
 cannot be const

[[Imported from SVN: r11184]]
---
 .../materials/geomexactstvenantkirchhoffmaterial.hh           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh b/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
index de933fa..d942286 100644
--- a/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
+++ b/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
@@ -137,9 +137,9 @@ private:
     const Basis& basis_;
 
     //! Elasticity modulus
-    const ctype E_;
+    ctype E_;
     //! Poisson ratio
-    const ctype nu_;
+    ctype nu_;
     
 
     //! Compute nonlinear strain tensor from the deformation gradient.
-- 
GitLab