Skip to content
Snippets Groups Projects
Commit 3cba17b2 authored by Markus Blatt's avatar Markus Blatt
Browse files

Make test compile again.

[[Imported from SVN: r1394]]
parent 2aeb2ab4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment