From bb472e2b2728d2fbd6e53849695433cd2d56ec7a Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Sun, 3 May 2020 11:20:16 +0200 Subject: [PATCH] Remove an unused type --- dune/elasticity/materials/localintegralenergy.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/elasticity/materials/localintegralenergy.hh b/dune/elasticity/materials/localintegralenergy.hh index 1307c25..e7ea38c 100644 --- a/dune/elasticity/materials/localintegralenergy.hh +++ b/dune/elasticity/materials/localintegralenergy.hh @@ -51,7 +51,6 @@ energy(const Entity& element, const std::vector<Dune::FieldVector<field_type,gridDim> >& localConfiguration) const { assert(element.type() == localFiniteElement.type()); - using Geometry = typename GridView::template Codim<0>::Entity::Geometry; field_type energy = 0; -- GitLab