ENH: cvMesh: Reactivate automatic cell-sizing within iterations

This commit is contained in:
laurence
2012-03-16 15:11:50 +00:00
parent a2a9a09f94
commit db8857a88b

View File

@ -1791,9 +1791,9 @@ void Foam::conformalVoronoiMesh::checkCellSizing()
}
Info<< " Automatically re-sizing " << cellsToResize.size()
<< " cells that are attached to the bad faces: DISABLED" << endl;
<< " cells that are attached to the bad faces: " << endl;
//cellSizeControl_.setCellSizes(cellsToResize);
cellSizeControl_.setCellSizes(cellsToResize);
}
timeCheck("End of Cell Sizing");