diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh index 6c9873b0d80047dd7eda64d9b9369d42426953e3..7b02609460cb7d4f2a247e3bed3c704b9bd5ec4c 100644 --- a/src/rodlocalstiffness.hh +++ b/src/rodlocalstiffness.hh @@ -4,7 +4,6 @@ #include <dune/common/fmatrix.hh> #include <dune/istl/matrix.hh> #include <dune/grid/common/quadraturerules.hh> -#include <dune/disc/operators/boundaryconditions.hh> #include <dune/disc/shapefunctions/lagrangeshapefunctions.hh> #include "localgeodesicfestiffness.hh" @@ -46,7 +45,6 @@ public: // types for matrics, vectors and boundary conditions typedef Dune::FieldMatrix<RT,m,m> MBlockType; // one entry in the stiffness matrix typedef Dune::FieldVector<RT,m> VBlockType; // one entry in the global vectors - typedef Dune::array<Dune::BoundaryConditions::Flags,m> BCBlockType; // componentwise boundary conditions // ///////////////////////////////// // The material parameters