mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Update AMIMethod tree to use new constructor
This commit is contained in:
@ -210,7 +210,12 @@ void Foam::AMIMethod<SourcePatch, TargetPatch>::resetTree()
|
|||||||
(
|
(
|
||||||
new indexedOctree<treeType>
|
new indexedOctree<treeType>
|
||||||
(
|
(
|
||||||
treeType(false, tgtPatch_),
|
treeType
|
||||||
|
(
|
||||||
|
false,
|
||||||
|
tgtPatch_,
|
||||||
|
indexedOctree<treeType>::perturbTol()
|
||||||
|
),
|
||||||
bb, // overall search domain
|
bb, // overall search domain
|
||||||
8, // maxLevel
|
8, // maxLevel
|
||||||
10, // leaf size
|
10, // leaf size
|
||||||
|
|||||||
Reference in New Issue
Block a user