diff --git a/dune/istl/test/matrixredisttest.cc b/dune/istl/test/matrixredisttest.cc index 7f88b5dd1ad5bc8cb400494848b8850535a213dd..e128593a784a327b832a8983fdd21525aea1985c 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);