ENH: use simpler constructor forms for treeData types

This commit is contained in:
Mark Olesen
2022-11-14 16:28:12 +01:00
committed by Andrew Heather
parent fc0b980333
commit 98598ba0bb
17 changed files with 68 additions and 155 deletions

View File

@ -114,12 +114,8 @@ void Foam::patchSeedSet::calcSamples
indexedOctree<treeDataFace> boundaryTree
(
treeDataFace // all information needed to search faces
(
false, // do not cache bb
mesh(),
patchFaces // boundary faces only
),
treeDataFace(mesh(), patchFaces), // boundary faces only
patchBb, // overall search domain
8, // maxLevel
10, // leafsize