From d80df911467f202c272397c71187b0ece55f5067 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sat, 13 Feb 2010 10:17:15 +0000
Subject: [PATCH] remove some old code

[[Imported from SVN: r5562]]
---
 src/localgeodesicfestiffness.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/localgeodesicfestiffness.hh b/src/localgeodesicfestiffness.hh
index 9b084c4a..6ab21e27 100644
--- a/src/localgeodesicfestiffness.hh
+++ b/src/localgeodesicfestiffness.hh
@@ -53,7 +53,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
 
     /** \brief Assemble the local stiffness matrix at the current position
 
-- 
GitLab