pedantic changes: 'forAll (' -> 'forAll(' in applications/

- to match coding guidelines
This commit is contained in:
Mark Olesen
2009-12-03 14:12:08 +01:00
parent 58b7e64185
commit c091d856ae
74 changed files with 387 additions and 387 deletions

View File

@ -194,12 +194,12 @@ wordList addProcessorPatches
{
// Add the processor patches to the cutting list
HashTable<label> cuttingPatchTable;
forAll (cuttingPatches, i)
forAll(cuttingPatches, i)
{
cuttingPatchTable.insert(cuttingPatches[i], i);
}
forAll (meshTarget.boundary(), patchi)
forAll(meshTarget.boundary(), patchi)
{
if (isA<processorFvPatch>(meshTarget.boundary()[patchi]))
{

View File

@ -223,7 +223,7 @@ void mapLagrangian(const meshToMesh& meshToMeshInterp)
{
unmappedSource.erase(sourceParticleI);
addParticles.append(sourceParticleI);
iter().cell()=targetCell;
iter().cell() = targetCell;
targetParcels.addParticle
(
sourceParcels.remove(&iter())