ENH: treeDataTrisurface: expose tolerance

This commit is contained in:
mattijs
2011-06-02 12:14:53 +01:00
parent b469d09c3c
commit 7902377c02
6 changed files with 30 additions and 13 deletions

View File

@ -714,7 +714,7 @@ Foam::point Foam::indexedOctree<Type>::pushPoint
)
{
// Get local length scale.
const vector perturbVec = perturbTol_*(bb.span());
const vector perturbVec = perturbTol_*bb.span();
point perturbedPt(pt);