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:
@ -238,8 +238,8 @@ Foam::label Foam::decompositionMethod::masterFace
|
||||
// pbm[patchI]
|
||||
// );
|
||||
//
|
||||
// const unallocLabelList& faceCells = cycPatch.faceCells();
|
||||
// const unallocLabelList& nbrCells =
|
||||
// const labelUList& faceCells = cycPatch.faceCells();
|
||||
// const labelUList& nbrCells =
|
||||
// cycPatch.neighbPatch().faceCells();
|
||||
//
|
||||
// forAll(faceCells, facei)
|
||||
@ -308,8 +308,8 @@ Foam::label Foam::decompositionMethod::masterFace
|
||||
// pbm[patchI]
|
||||
// );
|
||||
//
|
||||
// const unallocLabelList& faceCells = cycPatch.faceCells();
|
||||
// const unallocLabelList& nbrCells =
|
||||
// const labelUList& faceCells = cycPatch.faceCells();
|
||||
// const labelUList& nbrCells =
|
||||
// cycPatch.neighbPatch().faceCells();
|
||||
//
|
||||
// forAll(faceCells, facei)
|
||||
|
||||
Reference in New Issue
Block a user