mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
This commit is contained in:
@ -77,7 +77,7 @@ bool Foam::treeDataPoint::overlaps
|
||||
// nearestPoint.
|
||||
void Foam::treeDataPoint::findNearest
|
||||
(
|
||||
const unallocLabelList& indices,
|
||||
const labelUList& indices,
|
||||
const point& sample,
|
||||
|
||||
scalar& nearestDistSqr,
|
||||
@ -107,7 +107,7 @@ void Foam::treeDataPoint::findNearest
|
||||
// Returns point and distance (squared)
|
||||
void Foam::treeDataPoint::findNearest
|
||||
(
|
||||
const unallocLabelList& indices,
|
||||
const labelUList& indices,
|
||||
const linePointRef& ln,
|
||||
|
||||
treeBoundBox& tightest,
|
||||
|
||||
Reference in New Issue
Block a user