STYLE: more consistent use of labelUList and labelUIndList typedefs

This commit is contained in:
Mark Olesen
2017-11-19 09:27:47 +01:00
parent a573e0e1aa
commit 7c1d8cb146
107 changed files with 277 additions and 292 deletions

View File

@ -207,7 +207,7 @@ void Foam::multiLevelDecomp::decompose
// Subset point-wise data.
pointField subPoints(points, domainPoints);
scalarField subWeights(pointWeights, domainPoints);
labelList subPointMap(UIndirectList<label>(pointMap, domainPoints));
labelList subPointMap(labelUIndList(pointMap, domainPoints));
// Subset point-point addressing (adapt global numbering)
labelListList subPointPoints;
labelList nOutsideConnections;