mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more consistent use of labelUList and labelUIndList typedefs
This commit is contained in:
@ -588,7 +588,7 @@ label dupNonManifoldPoints(triSurface& s, labelList& pointMap)
|
||||
|
||||
//s.transfer(dupSurf);
|
||||
s = dupSurf;
|
||||
pointMap = UIndirectList<label>(pointMap, dupPointMap)();
|
||||
pointMap = labelUIndList(pointMap, dupPointMap)();
|
||||
}
|
||||
|
||||
return nNonManifold;
|
||||
|
||||
Reference in New Issue
Block a user