mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
This commit is contained in:
@ -62,7 +62,7 @@ void Foam::polyMesh::clearGeom()
|
||||
|
||||
primitiveMesh::clearGeom();
|
||||
|
||||
forAll (boundary_, patchI)
|
||||
forAll(boundary_, patchI)
|
||||
{
|
||||
boundary_[patchI].clearGeom();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user