STYLE: fix 'forAll (' -> 'forAll(' format (again)

This commit is contained in:
Mark Olesen
2010-06-02 09:13:48 +02:00
parent d572f40c63
commit 59c0e8e24d
7 changed files with 22 additions and 22 deletions

View File

@ -76,7 +76,7 @@ Foam::cyclicGAMGInterface::cyclicGAMGInterface
label nCoarseFaces = 0;
forAll (localRestrictAddressing, ffi)
forAll(localRestrictAddressing, ffi)
{
label curMaster = -1;
label curSlave = -1;
@ -164,7 +164,7 @@ Foam::cyclicGAMGInterface::cyclicGAMGInterface
if (owner())
{
// On master side, the owner addressing is stored in table of contents
forAll (contents, masterI)
forAll(contents, masterI)
{
SLList<label>& curNbrs = neighboursTable.find(contents[masterI])();
@ -200,7 +200,7 @@ Foam::cyclicGAMGInterface::cyclicGAMGInterface
else
{
// On slave side, the owner addressing is stored in linked lists
forAll (contents, masterI)
forAll(contents, masterI)
{
SLList<label>& curNbrs = neighboursTable.find(contents[masterI])();

View File

@ -69,7 +69,7 @@ addToRunTimeSelectionTable
//
// faceList masterFaces(pp.size());
//
// forAll (pp, faceI)
// forAll(pp, faceI)
// {
// masterFaces[faceI] = pp[faceI].reverseFace();
// }
@ -119,13 +119,13 @@ addToRunTimeSelectionTable
//
// label noFiltPoints = 0;
//
// forAll (meshPoints_, pointI)
// forAll(meshPoints_, pointI)
// {
// label curP = meshPoints_[pointI];
//
// bool found = false;
//
// forAll (sharedPoints, sharedI)
// forAll(sharedPoints, sharedI)
// {
// if (sharedPoints[sharedI] == curP)
// {
@ -165,7 +165,7 @@ addToRunTimeSelectionTable
// // Create a HashSet of the point labels for this patch
// Map<label> patchPointSet(2*ppmp.size());
//
// forAll (ppmp, ppi)
// forAll(ppmp, ppi)
// {
// patchPointSet.insert(ppmp[ppi], ppi);
// }
@ -296,7 +296,7 @@ addToRunTimeSelectionTable
// // Create a HashSet of the point labels for the patch
// Map<label> patchPointSet(2*fmp.size());
//
// forAll (fmp, ppi)
// forAll(fmp, ppi)
// {
// patchPointSet.insert(fmp[ppi], ppi);
// }

View File

@ -1164,7 +1164,7 @@ Foam::labelList Foam::globalPoints::reverseMeshPoints
faceList masterFaces(nbrPatch.size());
forAll (nbrPatch, faceI)
forAll(nbrPatch, faceI)
{
masterFaces[faceI] = nbrPatch[faceI].reverseFace();
}

View File

@ -856,7 +856,7 @@ Foam::polyMesh::polyMesh
// Warning: Patches can only be added once the face list is
// completed, as they hold a subList of the face list
forAll (boundaryFaces, patchI)
forAll(boundaryFaces, patchI)
{
dictionary patchDict(boundaryDicts[patchI]);

View File

@ -932,7 +932,7 @@ void Foam::InteractionLists<ParticleType>::prepareParticlesToRefer
IDLList<ParticleType>& particlesToRefer = referredParticles_[i];
forAll (realParticles, rM)
forAll(realParticles, rM)
{
const ParticleType& particle = *realParticles[rM];
@ -1188,7 +1188,7 @@ void Foam::InteractionLists<ParticleType>::receiveReferredData
{
UIPstream str(domain, pBufs);
forAll (constructMap, i)
forAll(constructMap, i)
{
referredParticles_[constructMap[i]] = IDLList<ParticleType>
(