mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use new fvPatch::start() method
This commit is contained in:
@ -332,7 +332,7 @@ Foam::dynamicRefineFvMesh::refine
|
||||
const fvsPatchScalarField& patchPhiU =
|
||||
phiU.boundaryField()[patchI];
|
||||
|
||||
label faceI = patchPhi.patch().patch().start();
|
||||
label faceI = patchPhi.patch().start();
|
||||
|
||||
forAll(patchPhi, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user