STYLE: use faceUList typedef instead of unallocFaceList

This commit is contained in:
Mark Olesen
2010-12-21 13:06:17 +01:00
parent 399e160efb
commit 29e06d366b
10 changed files with 30 additions and 28 deletions

View File

@ -158,7 +158,7 @@ void Foam::fluentFvMesh::writeFluentMesh() const
// Writing boundary faces
forAll(boundary(), patchI)
{
const unallocFaceList& patchFaces = boundaryMesh()[patchI];
const faceUList& patchFaces = boundaryMesh()[patchI];
const labelList& patchFaceCells =
boundaryMesh()[patchI].faceCells();