mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: mark Pstream::scatterList() as deprecated - this entry point is not directly used anywhere, only the scatterList_algorithm backend is actually used. The scatterList() routine is misnomer since it actually works like a broadcast that skips overwriting the local rank, but only if used in combination with the gatherList() manual implementation that uses the same walk pattern.