ENH: conformalVoronoiMesh.C: have negative mixed points coeff disable specialised handling

This commit is contained in:
mattijs 2011-06-28 10:43:15 +01:00
parent 01e3374e8c
commit 6c997355b1

View File

@ -954,9 +954,12 @@ void Foam::conformalVoronoiMesh::createMixedFeaturePoints
DynamicList<label>& types
)
{
Info<< "SKIP MIXED FEATURE POINTS" << endl;
return;
if (cvMeshControls().mixedFeaturePointPPDistanceCoeff() < 0)
{
Info<<nl << "Skipping specialised handling for mixed feature points"
<< endl;
return;
}
const PtrList<extendedFeatureEdgeMesh>& feMeshes
(