STYLE: consistency updates

This commit is contained in:
Andrew Heather
2016-09-27 15:17:55 +01:00
parent 89d9fd1550
commit 3dbd39146c
242 changed files with 1933 additions and 1933 deletions

View File

@ -168,9 +168,9 @@ Foam::tmp<Foam::pointScalarField> Foam::functionObjects::streamFunction::calc
const cellList& c = mesh_.cells();
forAll(c, cI)
forAll(c, ci)
{
labelList zeroPoints = c[cI].labels(mesh_.faces());
labelList zeroPoints = c[ci].labels(mesh_.faces());
bool found = true;