mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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;
|
||||
|
||||
@ -1138,8 +1138,8 @@ Foam::labelPair Foam::cyclicAMIPolyPatch::pointAMIAndFace
|
||||
const label nbrFacei =
|
||||
neighbPatch().AMIs()[i].srcPointFace
|
||||
(
|
||||
*this,
|
||||
neighbPatch(),
|
||||
*this,
|
||||
ntt,
|
||||
facei,
|
||||
ptt
|
||||
|
||||
Reference in New Issue
Block a user