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

Make data accmulation work again.

Before all indices with the same attribute attached on both sides were
skipped. (Bug was introduced during the periodic boundary refactoring.)

[[Imported from SVN: r1354]]
parent 2ababb42
No related branches found
No related tags found
No related merge requests found
......@@ -1215,7 +1215,7 @@ namespace Dune {
// Update remote indices for ourself
if(sendTwo|| includeSelf)
unpackCreateRemote(buffer[0], sourcePairs, destPairs, rank, sourcePublish,
destPublish, bufferSize, sendTwo, true);
destPublish, bufferSize, sendTwo, includeSelf);
neighbourIds.erase(rank);
......
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