diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C index 920c782286..9c14508134 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C @@ -210,7 +210,12 @@ void Foam::AMIMethod::resetTree() ( new indexedOctree ( - treeType(false, tgtPatch_), + treeType + ( + false, + tgtPatch_, + indexedOctree::perturbTol() + ), bb, // overall search domain 8, // maxLevel 10, // leaf size