Skip to content
Snippets Groups Projects
Commit 887bbfdd authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[Bugfix] Revert wrong call introduced in …10105124a762.

The warning has to be silenced by using DUNE_UNUSED_PARAM in dune-common.
This fixes FS#1431.
parent bec4d3b7
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ namespace Dune ...@@ -91,7 +91,7 @@ namespace Dune
// Store the global index information for repairing the remote index information // Store the global index information for repairing the remote index information
std::map<int,SLList<std::pair<T1,Attribute> > > globalIndices; std::map<int,SLList<std::pair<T1,Attribute> > > globalIndices;
storeGlobalIndicesOfRemoteIndices(globalIndices, oocomm.remoteIndices()); storeGlobalIndicesOfRemoteIndices(globalIndices, oocomm.remoteIndices(), indexSet);
indexSet.beginResize(); indexSet.beginResize();
for(VertexIterator vertex = graph.begin(), vend=graph.end(); vertex != vend; ++vertex) { for(VertexIterator vertex = graph.begin(), vend=graph.end(); vertex != vend; ++vertex) {
......
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