BUG: Update AMIMethod tree to use new constructor

This commit is contained in:
laurence
2013-05-02 12:06:58 +01:00
parent 093e6705aa
commit c6180019d9

View File

@ -210,7 +210,12 @@ void Foam::AMIMethod<SourcePatch, TargetPatch>::resetTree()
(
new indexedOctree<treeType>
(
treeType(false, tgtPatch_),
treeType
(
false,
tgtPatch_,
indexedOctree<treeType>::perturbTol()
),
bb, // overall search domain
8, // maxLevel
10, // leaf size