From e794c50d19b82e6929fcead2d6936a963908ab92 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 15 Mar 2012 07:22:15 +0000
Subject: [PATCH] Remove a pointless 'sym' and corresponding comment.

Because trace(sym(A)) == trace(A)

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

diff --git a/dune/gfe/cosseratenergystiffness.hh b/dune/gfe/cosseratenergystiffness.hh
index c290db1f..a3c40e7e 100644
--- a/dune/gfe/cosseratenergystiffness.hh
+++ b/dune/gfe/cosseratenergystiffness.hh
@@ -318,8 +318,7 @@ public:
             
         return mu_ * sym(RT_DR3).frobenius_norm2()
                + mu_c_ * skew(RT_DR3).frobenius_norm2()
-               /** \todo Is this sym correct?  It is in the paper, but not in the notes */
-               + mu_*lambda_/(2*mu_+lambda_) * traceSquared(sym(RT_DR3));
+               + mu_*lambda_/(2*mu_+lambda_) * traceSquared(RT_DR3);
     }
 
     ///////////////////////////////////////////////////////////////////////////////////////
-- 
GitLab