From 18a8466fc370013267ad51083ba71087e0024545 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 23 Mar 2010 06:25:06 +0000
Subject: [PATCH] delete obsolete method assembleBoundaryCondition()

[[Imported from SVN: r5790]]
---
 src/localgeodesicfestiffness.hh | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/src/localgeodesicfestiffness.hh b/src/localgeodesicfestiffness.hh
index d22b9181..e24dc106 100644
--- a/src/localgeodesicfestiffness.hh
+++ b/src/localgeodesicfestiffness.hh
@@ -84,7 +84,7 @@ public:
     */
     virtual void assemble(const Entity& e,
                   const std::vector<TargetSpace>& localSolution);
-    
+   
     /** \brief assemble local stiffness matrix for given element and order
     */
     void assemble (const Entity& e, 
@@ -99,12 +99,6 @@ public:
     {
         DUNE_THROW(Dune::NotImplemented, "!");
     }
-
-    void assembleBoundaryCondition (const Entity& e, int k=1)
-    {
-        DUNE_THROW(Dune::NotImplemented, "!");
-    }
-
     
     virtual RT energy (const Entity& e,
                        const std::vector<TargetSpace>& localSolution) const = 0;
@@ -369,12 +363,6 @@ public:
         DUNE_THROW(Dune::NotImplemented, "!");
     }
 
-    void assembleBoundaryCondition (const Entity& e, int k=1)
-    {
-        DUNE_THROW(Dune::NotImplemented, "!");
-    }
-
-    
     virtual RT energy (const Entity& e,
                        const std::vector<TargetSpace>& localSolution) const = 0;
 
-- 
GitLab