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

Add new template parameter.

[[Imported from SVN: r1396]]
parent 2d464458
No related branches found
No related tags found
No related merge requests found
......@@ -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>();
......
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