mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Standardized cell, patch, face and processor loop index names
This commit is contained in:
@ -759,9 +759,9 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCells
|
||||
// Count boundary faces.
|
||||
label nBfaces = 0;
|
||||
|
||||
forAll(cFaces, cFaceI)
|
||||
forAll(cFaces, cFacei)
|
||||
{
|
||||
if (isBoundaryFace[cFaces[cFaceI]])
|
||||
if (isBoundaryFace[cFaces[cFacei]])
|
||||
{
|
||||
nBfaces++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user