Skip to content
Snippets Groups Projects
Commit fac4a06d authored by Christian Engwer's avatar Christian Engwer
Browse files

store a reference, copying is forbidden (see Markus latest changes)

[[Imported from SVN: r1339]]
parent 496d9629
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ void testCoarsenIndices(int N)
ParallelInformation coarseInfo(MPI_COMM_WORLD);
ParallelIndexSet& coarseIndices = coarseInfo.indexSet();
RemoteIndices coarseRemote = coarseInfo.remoteIndices();
RemoteIndices& coarseRemote = coarseInfo.remoteIndices();
typename Dune::PropertyMapTypeSelector<Dune::Amg::VertexVisitedTag,PropertiesGraph>::Type visitedMap = Dune::get(Dune::Amg::VertexVisitedTag(), pg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment