From 6d4236e96a4b1801efbc0f3213ffa53723872a16 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 29 Apr 2010 10:38:26 +0000 Subject: [PATCH] remove dead method [[Imported from SVN: r5989]] --- dune/gfe/localgeodesicfestiffness.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dune/gfe/localgeodesicfestiffness.hh b/dune/gfe/localgeodesicfestiffness.hh index b157f8e8..9b5b5c29 100644 --- a/dune/gfe/localgeodesicfestiffness.hh +++ b/dune/gfe/localgeodesicfestiffness.hh @@ -77,12 +77,6 @@ public: virtual void assemble(const Entity& e, const std::vector<TargetSpace>& localSolution); - /** \todo Remove this once this methods is not in base class LocalStiffness anymore */ - void assemble (const Entity& e, int k=1) - { - DUNE_THROW(Dune::NotImplemented, "!"); - } - virtual RT energy (const Entity& e, const std::vector<TargetSpace>& localSolution) const = 0; -- GitLab