BUG: uniformSet: add missing hit point updates (fixes #2067)

This commit is contained in:
Kutalmis Bercin 2021-09-02 11:42:24 +01:00
parent 9923cc9bf8
commit c161d0e069

View File

@ -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;
}