mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use sortedToc() instead of toc() followed by sort()
This commit is contained in:
@ -1049,8 +1049,7 @@ void Foam::faMeshDecomposition::decomposeMesh()
|
||||
}
|
||||
|
||||
// Grab the result from the hash list
|
||||
globallySharedPoints_ = gSharedPoints.toc();
|
||||
sort(globallySharedPoints_);
|
||||
globallySharedPoints_ = gSharedPoints.sortedToc();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user