face surface data consistent with cell

This commit is contained in:
mattijs
2009-01-27 20:25:05 +00:00
parent 326a2e501d
commit 0bab1aa068

View File

@ -1029,8 +1029,6 @@ void Foam::meshRefinement::findCellZoneGeometric
} }
syncTools::swapBoundaryFaceList(mesh_, neiCellZone, false); syncTools::swapBoundaryFaceList(mesh_, neiCellZone, false);
const polyBoundaryMesh& patches = mesh_.boundaryMesh();
forAll(patches, patchI) forAll(patches, patchI)
{ {
const polyPatch& pp = patches[patchI]; const polyPatch& pp = patches[patchI];