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() edHit.hitPoint()
- surfHit.hitPoint() - surfHit.hitPoint()
) )
< surfacePtReplaceDistCoeffSqr < surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr *targetCellSizeSqr
) )
{ {
keepSurfacePoint = false; keepSurfacePoint = false;
@ -1732,10 +1732,10 @@ void Foam::conformalVoronoiMesh::conformToSurface()
magSqr magSqr
( (
edHit.hitPoint() edHit.hitPoint()
- surfHit.hitPoint() - surfHit.hitPoint()
) )
< surfacePtReplaceDistCoeffSqr < surfacePtReplaceDistCoeffSqr
*targetCellSizeSqr *targetCellSizeSqr
) )
{ {
keepSurfacePoint = false; keepSurfacePoint = false;