diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C index 06dc7e55fe..39ce6b35d4 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C @@ -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;