diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.C b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.C index b100d8eebb..8d954799a1 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.C +++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.C @@ -295,14 +295,14 @@ void Foam::controlMeshRefinement::initialMeshPopulation shapeController_.minimumCellSize() ); } - else if (maxPriority == controlFunction.maxPriority()) - { - vertices[vI].targetCellSize() = max - ( - min(sizes[vI], size), - shapeController_.minimumCellSize() - ); - } +// else if (maxPriority == controlFunction.maxPriority()) +// { +// vertices[vI].targetCellSize() = max +// ( +// min(sizes[vI], size), +// shapeController_.minimumCellSize() +// ); +// } else { vertices[vI].targetCellSize() = max