STYLE: use labelUList typedef instead of UList<label> or unallocLabelList

This commit is contained in:
Mark Olesen
2010-11-02 09:32:32 +01:00
parent 0b6b6ce184
commit d5acd22a63
214 changed files with 536 additions and 536 deletions

View File

@ -132,7 +132,7 @@ void Foam::inverseFaceDistanceDiffusivity::correct()
{
fvsPatchScalarField& bfld = faceDiffusivity_.boundaryField()[patchI];
const unallocLabelList& faceCells = bfld.patch().faceCells();
const labelUList& faceCells = bfld.patch().faceCells();
if (patchSet.found(patchI))
{

View File

@ -161,7 +161,7 @@ void Foam::inversePointDistanceDiffusivity::correct()
if (patchSet.found(patchI))
{
const unallocLabelList& faceCells = bfld.patch().faceCells();
const labelUList& faceCells = bfld.patch().faceCells();
forAll(bfld, i)
{