BUG: uniformSet: add missing hit point updates (fixes #2067)
This commit is contained in:
parent
9923cc9bf8
commit
c161d0e069
@ -341,6 +341,8 @@ void Foam::uniformSet::calcSamples
|
||||
if (dist > smallDist)
|
||||
{
|
||||
// hitpoint is past tracking position
|
||||
bPoint = bHits[bHitI].hitPoint();
|
||||
bFacei = bHits[bHitI].index();
|
||||
foundValidB = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user