STYLE: globalIndex : extraneous comment

This commit is contained in:
mattijs
2010-12-21 16:02:28 +00:00
parent 255b9c0262
commit 9e069522b8

View File

@ -34,7 +34,7 @@ Foam::globalIndex::globalIndex(const label localSize)
labelList localSizes(Pstream::nProcs());
localSizes[Pstream::myProcNo()] = localSize;
Pstream::gatherList(localSizes);
Pstream::scatterList(localSizes); // just to balance out comms
Pstream::scatterList(localSizes);
label offset = 0;
offsets_[0] = 0;