changed dictionary

This commit is contained in:
mattijs
2008-06-03 23:52:11 +01:00
parent 1021661f5a
commit d2bb8ce337
9 changed files with 1183 additions and 387 deletions

View File

@ -57,7 +57,7 @@ Foam::label Foam::meshRefinement::mergePatchFaces
const polyBoundaryMesh& patches = mesh_.boundaryMesh();
// Pick up all cells on boundary
// Pick up all candidate cells on boundary
labelHashSet boundaryCells(mesh_.nFaces()-mesh_.nInternalFaces());
forAll(patchIDs, i)