mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: avoid implicit cast of UList to List
This commit is contained in:
@ -162,7 +162,7 @@ void Foam::functionObjects::fieldMinMax::calcMinMaxFieldType
|
||||
{
|
||||
const vectorField& Cfp = CfBoundary[patchi];
|
||||
|
||||
const labelList& faceCells =
|
||||
const labelUList& faceCells =
|
||||
fieldBoundary[patchi].patch().faceCells();
|
||||
|
||||
minMaxIds = findMinMax(fp);
|
||||
|
||||
Reference in New Issue
Block a user