COMP: references to temporaries

COMP: include <limits>
This commit is contained in:
Mark Olesen
2022-06-03 10:04:38 +02:00
parent 91198eaf6a
commit 40cadfd2f2
10 changed files with 33 additions and 20 deletions

View File

@ -79,7 +79,7 @@ void Foam::functionObjects::nearWallFields::calcAddressing()
const vectorField nf(patch.nf());
const vectorField faceCellCentres(patch.patch().faceCellCentres());
const labelUList& faceCells = patch.patch().faceCells();
const vectorField::subField& faceCentres = patch.patch().faceCentres();
const vectorField::subField faceCentres = patch.patch().faceCentres();
forAll(patch, patchFacei)
{