mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistency updates
This commit is contained in:
@ -168,9 +168,9 @@ Foam::tmp<Foam::pointScalarField> Foam::functionObjects::streamFunction::calc
|
||||
|
||||
const cellList& c = mesh_.cells();
|
||||
|
||||
forAll(c, cI)
|
||||
forAll(c, ci)
|
||||
{
|
||||
labelList zeroPoints = c[cI].labels(mesh_.faces());
|
||||
labelList zeroPoints = c[ci].labels(mesh_.faces());
|
||||
|
||||
bool found = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user