From e318ce9191f5e34a90a15e98b0a388a6d2fedd5c Mon Sep 17 00:00:00 2001
From: Felix Albrecht <mail@felixalbrecht.de>
Date: Wed, 13 Mar 2013 01:43:10 +0100
Subject: [PATCH] [function] update

---
 dune/stuff/function.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/stuff/function.hh b/dune/stuff/function.hh
index e5ad98eaf..9216af7ff 100644
--- a/dune/stuff/function.hh
+++ b/dune/stuff/function.hh
@@ -78,7 +78,7 @@ FunctionInterface<D, d, R, r>* createFunction(const std::string type,
   } else if (type == "function.expression") {
     return FunctionExpression<D, d, R, r>::create(description);
   } else if (type == "function.spe10.model1") {
-    return Spe10Model1<D, d, R, r>::create(description);
+    return FunctionSpe10Model1<D, d, R, r>::create(description);
   } else if (type == "function.affineparametric.default") {
     return FunctionAffineParametricDefault<D, d, R, r>::create(description);
   } else if (type == "function.affineparametric.checkerboard") {
-- 
GitLab