mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
This commit is contained in:
@ -122,7 +122,7 @@ void Foam::ensightParticlePositions
|
||||
os.write(i+1);
|
||||
}
|
||||
|
||||
forAllIter(Cloud<passiveParticle>, parcels, elmnt)
|
||||
forAllConstIter(Cloud<passiveParticle>, parcels, elmnt)
|
||||
{
|
||||
const vector& p = elmnt().position();
|
||||
|
||||
@ -135,7 +135,7 @@ void Foam::ensightParticlePositions
|
||||
{
|
||||
label nParcels = 0;
|
||||
|
||||
forAllIter(Cloud<passiveParticle>, parcels, elmnt)
|
||||
forAllConstIter(Cloud<passiveParticle>, parcels, elmnt)
|
||||
{
|
||||
const vector& p = elmnt().position();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user