From 43c23ba3dd33e724193908e29f9eac34c4ae58a9 Mon Sep 17 00:00:00 2001
From: Marcel Koch <marcel.koch@uni-muenster.de>
Date: Tue, 10 Apr 2018 14:09:46 +0200
Subject: [PATCH] fixes the deprication warning for the blockstructured fem
 introduced in PDELab 2.6

---
 dune/perftool/blockstructured/blockstructuredqkfem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/perftool/blockstructured/blockstructuredqkfem.hh b/dune/perftool/blockstructured/blockstructuredqkfem.hh
index fd27ef36..90ad10e6 100644
--- a/dune/perftool/blockstructured/blockstructuredqkfem.hh
+++ b/dune/perftool/blockstructured/blockstructuredqkfem.hh
@@ -15,7 +15,7 @@ namespace Dune {
     //! \ingroup FiniteElementMap
     template<typename GV, typename D, typename R, std::size_t k>
     class BlockstructuredQkLocalFiniteElementMap
-        : public SimpleLocalFiniteElementMap< Dune::QkLocalFiniteElement<D,R,GV::dimension,k> >
+        : public SimpleLocalFiniteElementMap< Dune::QkLocalFiniteElement<D,R,GV::dimension,k>, GV::dimension>
     {
 
     public:
-- 
GitLab