From 23be6ac8f29a2afd1b43b0463788df5daab01d6f Mon Sep 17 00:00:00 2001
From: Lisa Julia Nebel <lisa_julia.nebel@tu-dresden.de>
Date: Sat, 5 Sep 2020 12:06:21 +0200
Subject: [PATCH] Make the MatrixType public in the MixedGFEAssembler

The GeodesicFEAssemblerWrapper needs to access the MatrixType.
---
 dune/gfe/mixedgfeassembler.hh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dune/gfe/mixedgfeassembler.hh b/dune/gfe/mixedgfeassembler.hh
index 154f5300..2cd87af5 100644
--- a/dune/gfe/mixedgfeassembler.hh
+++ b/dune/gfe/mixedgfeassembler.hh
@@ -31,11 +31,9 @@ class MixedGFEAssembler {
     typedef Dune::BCRSMatrix<Dune::FieldMatrix<double, blocksize1, blocksize0> > MatrixBlock10;
     typedef Dune::BCRSMatrix<Dune::FieldMatrix<double, blocksize1, blocksize1> > MatrixBlock11;
 
+public:
     typedef Dune::MultiTypeBlockMatrix<Dune::MultiTypeBlockVector<MatrixBlock00,MatrixBlock01>,
                                        Dune::MultiTypeBlockVector<MatrixBlock10,MatrixBlock11> > MatrixType;
-
-protected:
-public:
     const Basis basis_;
 
     MixedLocalGeodesicFEStiffness<Basis,
-- 
GitLab