From e4a40308cd90d24ade33b0adbd17e3db4d25b9c5 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Wed, 25 Mar 2015 16:53:45 +0100
Subject: [PATCH] make compile

---
 dune/elasticity/common/nonlinearelasticityproblem.hh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dune/elasticity/common/nonlinearelasticityproblem.hh b/dune/elasticity/common/nonlinearelasticityproblem.hh
index 18f0467..7c5e864 100644
--- a/dune/elasticity/common/nonlinearelasticityproblem.hh
+++ b/dune/elasticity/common/nonlinearelasticityproblem.hh
@@ -14,9 +14,8 @@ public:
     typedef VectorTypeTEMPLATE VectorType;
     typedef MatrixTypeTEMPLATE MatrixType;
     typedef typename VectorType::field_type field_type;
-    typedef std::shared_ptr< <BasisGridFunction<Basis,VectorType> > GridFunctionPtr;
+    typedef std::shared_ptr<BasisGridFunction<Basis,VectorType> > GridFunctionPtr;
 
-    NonlinearElasticityProblem(const MaterialType& material,
                          VectorType& extForces):
         material_(Dune::stackobject_to_shared_ptr(material)),
         extForces_(Dune::stackobject_to_shared_ptr(extForces))
-- 
GitLab