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

@ -67,7 +67,7 @@ void Foam::meshToMesh::interpolateField
// get reference to cellCells
const labelListList& cc = fromMesh_.cellCells();
forAll (toF, celli)
forAll(toF, celli)
{
if (adr[celli] != -1)
{
@ -97,7 +97,7 @@ void Foam::meshToMesh::interpolateField
// Cell-Point interpolation
interpolationCellPoint<Type> interpolator(fromVf);
forAll (toF, celli)
forAll(toF, celli)
{
if (adr[celli] != -1)
{
@ -206,7 +206,7 @@ void Foam::meshToMesh::interpolate
{
interpolateInternalField(toVf, fromVf, ord);
forAll (toMesh_.boundaryMesh(), patchi)
forAll(toMesh_.boundaryMesh(), patchi)
{
const fvPatch& toPatch = toMesh_.boundary()[patchi];
@ -338,7 +338,7 @@ Foam::meshToMesh::interpolate
boundaryAddressing_.size()
);
forAll (boundaryAddressing_, patchI)
forAll(boundaryAddressing_, patchI)
{
patchFields.set
(