From 95bc057204be621aaad8d11f71343422cd5d5010 Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 24 Nov 2010 18:36:48 +0000 Subject: [PATCH] BUG: (one|two)InternalFaceCells should be cellSets. --- .../utilities/mesh/manipulation/checkMesh/checkTopology.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index 1d926ed93d..c8561a6d67 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -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) {