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

This commit is contained in:
graham
2010-11-24 18:36:48 +00:00
parent 8d7689b24b
commit 95bc057204

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)
{