From e649589f21d6e976d1ca8d63a09d4ee7591b9763 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 26 Feb 2010 21:31:21 +0000
Subject: [PATCH] get rid of the BoundaryConditions type from dune-disc

[[Imported from SVN: r5640]]
---
 src/rodlocalstiffness.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh
index 6c9873b0..7b026094 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
-- 
GitLab