mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
This commit is contained in:
@ -89,7 +89,7 @@ void Foam::meshRefinement::calcNeighbourData
|
||||
{
|
||||
const polyPatch& pp = patches[patchI];
|
||||
|
||||
const unallocLabelList& faceCells = pp.faceCells();
|
||||
const labelUList& faceCells = pp.faceCells();
|
||||
const vectorField::subField faceCentres = pp.faceCentres();
|
||||
const vectorField::subField faceAreas = pp.faceAreas();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user