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

@ -107,7 +107,7 @@ int main(int argc, char *argv[])
label nVisited = 0;
label nVisitedOld = 0;
const unallocFaceList& faces = mesh.faces();
const faceUList& faces = mesh.faces();
const pointField& points = mesh.points();
label nInternalFaces = mesh.nInternalFaces();