Formatting
This commit is contained in:
parent
bb9cbfbbec
commit
fb98626686
1 changed files with 1 additions and 2 deletions
|
@ -181,7 +181,7 @@ void GGIInterpolation<MasterPatch, SlavePatch>::findNeighbours3D
|
|||
|
||||
scalar tmpValue = Foam::magSqr(bbSlave.max() - bbSlave.min())/4.0;
|
||||
|
||||
// We will compare squared distances, so save the sqrt() if value > 1.0.
|
||||
// We compare squared distances, so save the sqrt() if value > 1.0.
|
||||
if (tmpValue < 1.0)
|
||||
{
|
||||
// Take the sqrt, otherwise, we underestimate the radius
|
||||
|
@ -566,7 +566,6 @@ void GGIInterpolation<MasterPatch, SlavePatch>::findNeighboursBBOctree
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Projects a list of points onto a plane located at planeOrig,
|
||||
// oriented along planeNormal. Return the projected points in a
|
||||
// pointField, and the normal distance of each points from the
|
||||
|
|
Reference in a new issue