mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: treeDataPrimitivePatch: skip surplus test
This commit is contained in:
@ -532,7 +532,7 @@ bool Foam::treeDataPrimitivePatch<PatchType>::findAllIntersectOp::operator()
|
||||
point& intersectionPoint
|
||||
) const
|
||||
{
|
||||
if (!shapeMask_.empty() && findIndex(shapeMask_, index) != -1)
|
||||
if (findIndex(shapeMask_, index) != -1)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user