Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2018-06-28 18:45:56 +01:00
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