Merge branch 'master' into cvm

This commit is contained in:
graham
2011-06-08 17:28:03 +01:00
350 changed files with 95898 additions and 2672 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);