mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use globalIndex localSize(), totalSize() in more places
- more explicit meaning than offset(), size() - respectively.
This commit is contained in:
@ -563,7 +563,7 @@ bool Foam::functionObjects::streamLineBase::writeToFile()
|
||||
|
||||
const mapDistribute distMap
|
||||
(
|
||||
globalTrackIDs.size(),
|
||||
globalTrackIDs.totalSize(),
|
||||
std::move(sendMap),
|
||||
std::move(recvMap)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user