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

Add new template parameter.

[[Imported from SVN: r1397]]
parent cd5d3249
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ int main(int argc, char** argv)
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);
Vector b(indices.size());
remoteIndices.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