mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: bug in findSphere test and implemented for treeDataPrimitivePatch.
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user