mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use faceUList typedef instead of unallocFaceList
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user