AMI: Fixes to point transfers

This commit is contained in:
Will Bainbridge
2018-06-28 10:52:59 +01:00
parent cb1237dd4c
commit 2793a717e8
2 changed files with 2 additions and 2 deletions

View File

@ -1639,7 +1639,7 @@ const
pointHit ray = f.ray(srcPoint, n, tgtPoints);
if (ray.hit() || ray.eligibleMiss())
if (ray.hit())
{
// srcPoint = ray.rawPoint();
return tgtFacei;

View File

@ -1138,8 +1138,8 @@ Foam::labelPair Foam::cyclicAMIPolyPatch::pointAMIAndFace
const label nbrFacei =
neighbPatch().AMIs()[i].srcPointFace
(
*this,
neighbPatch(),
*this,
ntt,
facei,
ptt