mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: uniformSet: add missing hit point updates (fixes #2067)
This commit is contained in:
@ -341,6 +341,8 @@ void Foam::uniformSet::calcSamples
|
|||||||
if (dist > smallDist)
|
if (dist > smallDist)
|
||||||
{
|
{
|
||||||
// hitpoint is past tracking position
|
// hitpoint is past tracking position
|
||||||
|
bPoint = bHits[bHitI].hitPoint();
|
||||||
|
bFacei = bHits[bHitI].index();
|
||||||
foundValidB = true;
|
foundValidB = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user