STYLE: use new fvPatch::start() method

This commit is contained in:
Mark Olesen
2010-04-13 17:12:57 +02:00
parent af039f0eb7
commit 6b819eb50a
17 changed files with 28 additions and 27 deletions

View File

@ -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)
{