Standardized cell, patch, face and processor loop index names

This commit is contained in:
Henry Weller
2016-04-25 12:00:53 +01:00
parent 8c4f6b8fcb
commit a8bf4be58a
525 changed files with 6296 additions and 6296 deletions

View File

@ -51,9 +51,9 @@ Foam::treeBoundBox Foam::treeDataCell::calcCellBb(const label celli) const
const cell& cFaces = cells[celli];
forAll(cFaces, cFaceI)
forAll(cFaces, cFacei)
{
const face& f = faces[cFaces[cFaceI]];
const face& f = faces[cFaces[cFacei]];
forAll(f, fp)
{