From 90873fbb5b0dd8f05dbc6c82f802aea299ef594f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 15 Jul 2011 09:55:58 +0000
Subject: [PATCH] bugfix: internal call of computeDR was missing an argument

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

diff --git a/dune/gfe/cosseratenergystiffness.hh b/dune/gfe/cosseratenergystiffness.hh
index a5a23f1f..55bc514e 100644
--- a/dune/gfe/cosseratenergystiffness.hh
+++ b/dune/gfe/cosseratenergystiffness.hh
@@ -260,7 +260,7 @@ energy(const Entity& element,
         //////////////////////////////////////////////////////////
                 
         Tensor3<double,3,3,3> DR;
-        computeDR(derivative, DR);
+        computeDR(value, derivative, DR);
         
         // Add the local energy density
         if (gridDim==2) {
-- 
GitLab