mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Indentation cosmetics
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user