BUG: (one|two)InternalFaceCells should be cellSets.

This commit is contained in:
graham
2010-11-24 18:36:48 +00:00
parent 9f3a349738
commit a7d3095c9b

View File

@ -147,8 +147,8 @@ Foam::label Foam::checkTopology
}
}
faceSet oneCells(mesh, "oneInternalFaceCells", mesh.nCells()/100);
faceSet twoCells(mesh, "twoInternalFacesCells", mesh.nCells()/100);
cellSet oneCells(mesh, "oneInternalFaceCells", mesh.nCells()/100);
cellSet twoCells(mesh, "twoInternalFacesCells", mesh.nCells()/100);
forAll(nInternalFaces, cellI)
{