mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use simpler constructor forms for treeData types
This commit is contained in:
committed by
Andrew Heather
parent
fc0b980333
commit
98598ba0bb
@ -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
|
||||
|
||||
Reference in New Issue
Block a user