From 099fd0cc27e02d31d3ab3b627169f4a38cf91d59 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Mon, 7 Oct 2019 21:52:33 +0200
Subject: [PATCH] Remove the 'blocklevel' field

It is still part of the official matrix interface, but I doubt
that anybody actually uses it.  I'd rather see blocklevel gone
and replaced by modern C++ introspection.  Let's remove it here
and see who complains.
---
 dune/gfe/symmetricmatrix.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dune/gfe/symmetricmatrix.hh b/dune/gfe/symmetricmatrix.hh
index 8eae7135..a7b48021 100644
--- a/dune/gfe/symmetricmatrix.hh
+++ b/dune/gfe/symmetricmatrix.hh
@@ -22,8 +22,6 @@ public:
    */
   typedef T field_type;
 
-  enum {blocklevel = 0};
-
     /** \brief Default constructor, creates uninitialized matrix
      */
     SymmetricMatrix()
-- 
GitLab