STYLE: use forAllIter, forAllConstIter instead of long-hand version

STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
This commit is contained in:
Mark Olesen
2010-04-12 11:18:38 +02:00
parent 0f58ac5a9b
commit a50f01b079
220 changed files with 1144 additions and 1898 deletions

View File

@ -76,7 +76,7 @@ void Foam::inverseFaceDistanceDiffusivity::correct()
label nPatchFaces = 0;
forAll (patchNames_, i)
forAll(patchNames_, i)
{
label pID = bdry.findPatchID(patchNames_[i]);

View File

@ -76,7 +76,7 @@ void Foam::inversePointDistanceDiffusivity::correct()
label nPatchEdges = 0;
forAll (patchNames_, i)
forAll(patchNames_, i)
{
label pID = bdry.findPatchID(patchNames_[i]);