From a580623390a59aad28a310350c982085334fae12 Mon Sep 17 00:00:00 2001
From: Felix Albrecht <mail@felixalbrecht.de>
Date: Wed, 13 Mar 2013 11:34:42 +0100
Subject: [PATCH] [function.spe10.model1] removed dummy

---
 dune/stuff/function/spe10.hh | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/dune/stuff/function/spe10.hh b/dune/stuff/function/spe10.hh
index 78218ee44..5c4184040 100644
--- a/dune/stuff/function/spe10.hh
+++ b/dune/stuff/function/spe10.hh
@@ -20,33 +20,10 @@ namespace Stuff {
 
 // default, to allow for specialization
 template <class DomainFieldImp, int domainDim, class RangeFieldImp, int rangeDim>
-class FunctionSpe10Model1 : public FunctionInterface<DomainFieldImp, domainDim, RangeFieldImp, rangeDim>
+class FunctionSpe10Model1
 {
 public:
   FunctionSpe10Model1() = delete;
-
-  static Dune::ParameterTree createSampleDescription(const std::string /*subName*/ = "")
-  {
-    DUNE_THROW(Dune::NotImplemented,
-               "\n" << Dune::Stuff::Common::colorStringRed("ERROR:")
-                    << " FunctionSpe10Model1 not implemented for this combination of dimDomain = "
-                    << domainDim
-                    << " and rangeDim = "
-                    << rangeDim
-                    << "!");
-  }
-
-  static FunctionSpe10Model1<DomainFieldImp, domainDim, RangeFieldImp, rangeDim>*
-  create(const Dune::Stuff::Common::ExtendedParameterTree /*description*/)
-  {
-    DUNE_THROW(Dune::NotImplemented,
-               "\n" << Dune::Stuff::Common::colorStringRed("ERROR:")
-                    << " FunctionSpe10Model1 not implemented for this combination of dimDomain = "
-                    << domainDim
-                    << " and rangeDim = "
-                    << rangeDim
-                    << "!");
-  }
 }; // class FunctionSpe10Model1
 
 
-- 
GitLab