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()
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user