From 7013ab0391ff62f67e167046ba7cdb3a6c7fa394 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 14 Feb 2006 14:18:12 +0000
Subject: [PATCH] Build should be public.

[[Imported from SVN: r519]]
---
 istl/paamg/galerkin.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/istl/paamg/galerkin.hh b/istl/paamg/galerkin.hh
index 8c1bac0bd..a554b6edc 100644
--- a/istl/paamg/galerkin.hh
+++ b/istl/paamg/galerkin.hh
@@ -145,7 +145,9 @@ namespace Dune
 
     template<>
     class GalerkinProduct<SequentialInformation>
+      : public BaseGalerkinProduct
     {
+    public:
       /**
        * @brief Calculates the coarse matrix via a Galerkin product.
        * @param fine The matrix on the fine level.
-- 
GitLab