From 3cba17b2691ef7edd12f75387146093fa89de438 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Wed, 24 Nov 2010 13:32:26 +0000 Subject: [PATCH] Make test compile again. [[Imported from SVN: r1394]] --- dune/istl/test/matrixredisttest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/istl/test/matrixredisttest.cc b/dune/istl/test/matrixredisttest.cc index 7f88b5dd1..e128593a7 100644 --- a/dune/istl/test/matrixredisttest.cc +++ b/dune/istl/test/matrixredisttest.cc @@ -59,7 +59,7 @@ int testRepart(int N, int coarsenTarget) Communication comm(MPI_COMM_WORLD); - BCRSMat mat = setupAnisotropic2d<BS>(N, comm.indexSet(), comm.communicator(), &n, 1); + BCRSMat mat = setupAnisotropic2d<BS, double>(N, comm.indexSet(), comm.communicator(), &n, 1); typedef typename Dune::Amg::MatrixGraph<BCRSMat> MatrixGraph; MatrixGraph graph(mat); -- GitLab