mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: globalPoints.C : reference to struct instead of copy.
This commit is contained in:
@ -1066,7 +1066,7 @@ void Foam::globalPoints::calculateSharedPoints
|
||||
|
||||
for (label i = 1; i < pointInfo.size(); i++)
|
||||
{
|
||||
labelPair info = pointInfo[i];
|
||||
const labelPair& info = pointInfo[i];
|
||||
label procI = globalIndexAndTransform::processor(info);
|
||||
label index = globalIndexAndTransform::index(info);
|
||||
label transform = globalIndexAndTransform::transformIndex
|
||||
|
||||
Reference in New Issue
Block a user