From 5f8adde463306a4ff90f6ec9dd209dbbf7297699 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Wed, 24 Nov 2010 16:56:24 +0000
Subject: [PATCH] Add new template parameter.

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

diff --git a/dune/istl/paamg/test/hierarchytest.cc b/dune/istl/paamg/test/hierarchytest.cc
index 9bacb65c5..16a6fd512 100644
--- a/dune/istl/paamg/test/hierarchytest.cc
+++ b/dune/istl/paamg/test/hierarchytest.cc
@@ -43,7 +43,7 @@ int main(int argc, char** argv)
 
   typedef Dune::CollectiveCommunication<MPI_Comm> Comm;
   Comm cc(MPI_COMM_WORLD);
-  BCRSMat mat = setupAnisotropic2d<BS>(N, indices, cc, &n);
+  BCRSMat mat = setupAnisotropic2d<BS,double>(N, indices, cc, &n);
   Vector b(indices.size());
 
   remoteIndices.rebuild<false>();
-- 
GitLab