From df70fc570ff4db4aab2ba74e87557ce26d374a8e Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 14 Feb 2006 14:22:05 +0000
Subject: [PATCH] Adapted test to changes in galerkin.hh

[[Imported from SVN: r520]]
---
 istl/paamg/test/galerkintest.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/istl/paamg/test/galerkintest.cc b/istl/paamg/test/galerkintest.cc
index 246f8c688..560fdf7ca 100644
--- a/istl/paamg/test/galerkintest.cc
+++ b/istl/paamg/test/galerkintest.cc
@@ -105,7 +105,7 @@ void testCoarsenIndices(int N)
   std::cout<<"Communicated: ";
   Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout);
 
-  Dune::Amg::GalerkinProduct productBuilder;
+  Dune::Amg::GalerkinProduct<ParallelInformation> productBuilder;
 
   typedef std::vector<bool> Vector;
   typedef typename Vector::iterator Iterator;
-- 
GitLab