From 5d465e29e7d103330c19e2c3249824b199921f35 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 4 Oct 2005 07:34:48 +0000
Subject: [PATCH] There should be no smoother in the hierarchy when calling
 coarsenSmoother.

[[Imported from SVN: r3011]]
---
 istl/paamg/test/hierarchytest.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/istl/paamg/test/hierarchytest.cc b/istl/paamg/test/hierarchytest.cc
index c3e14281a..cc95b02fb 100644
--- a/istl/paamg/test/hierarchytest.cc
+++ b/istl/paamg/test/hierarchytest.cc
@@ -55,9 +55,7 @@ int main(int argc, char** argv)
   typedef Dune::SeqSSOR<BCRSMat,Vector,Vector> Smoother;
   Dune::Amg::SmootherTraits<Smoother>::Arguments smootherArgs;
 
-  Smoother smoother(mat, 1, 1.0);
-
-  Dune::Amg::Hierarchy<Smoother> sh(smoother);
+  Dune::Amg::Hierarchy<Smoother> sh;
 
   hierarchy.coarsenSmoother(sh,smootherArgs);
 
-- 
GitLab