Formatting

This commit is contained in:
Hrvoje Jasak 2015-08-20 21:12:15 +01:00
parent bb9cbfbbec
commit fb98626686

View file

@ -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