ENH: bug in findSphere test and implemented for treeDataPrimitivePatch.

This commit is contained in:
graham
2011-06-03 16:07:17 +01:00
parent 013be3215b
commit 231d1318bd
3 changed files with 66 additions and 2 deletions

View File

@ -2076,7 +2076,7 @@ void Foam::indexedOctree<Type>::findSphere
if (subBb.overlaps(centre, radiusSqr))
{
findBox(getNode(index), centre, radiusSqr, elements);
findSphere(getNode(index), centre, radiusSqr, elements);
}
}
else if (isContent(index))