Skip to content
Snippets Groups Projects
Commit c6180019 authored by laurence's avatar laurence
Browse files

BUG: Update AMIMethod tree to use new constructor

parent 093e6705
Branches
Tags
No related merge requests found
...@@ -210,7 +210,12 @@ void Foam::AMIMethod<SourcePatch, TargetPatch>::resetTree() ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment