From cd5d324973ea35df34d55ec5a49db90f334c111d Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Wed, 24 Nov 2010 16:56:15 +0000 Subject: [PATCH] Add new template parameter. [[Imported from SVN: r1396]] --- dune/istl/paamg/test/galerkintest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/istl/paamg/test/galerkintest.cc b/dune/istl/paamg/test/galerkintest.cc index fb4e65b84..2a0feb9c6 100644 --- a/dune/istl/paamg/test/galerkintest.cc +++ b/dune/istl/paamg/test/galerkintest.cc @@ -43,7 +43,7 @@ void testCoarsenIndices(int N) 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); pinfo.remoteIndices().template rebuild<false>(); -- GitLab