Indentation cosmetics

This commit is contained in:
graham
2009-07-01 19:47:08 +01:00
parent 836e11cedc
commit b98303adc4

View File

@ -1603,8 +1603,8 @@ void Foam::conformalVoronoiMesh::conformToSurface()
edHit.hitPoint()
- surfHit.hitPoint()
)
< surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr
< surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr
)
{
keepSurfacePoint = false;
@ -1732,10 +1732,10 @@ void Foam::conformalVoronoiMesh::conformToSurface()
magSqr
(
edHit.hitPoint()
- surfHit.hitPoint()
- surfHit.hitPoint()
)
< surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr
< surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr
)
{
keepSurfacePoint = false;