Skip to content
Snippets Groups Projects
Commit 3abb7f28 authored by graham's avatar graham
Browse files

ENH: Skipping mixed features points.

parent 0934d67f
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,10 @@ void Foam::conformalVoronoiMesh::insertConcaveFeaturePoints()
void Foam::conformalVoronoiMesh::insertMixedFeaturePoints()
{
Info<< "SKIP MIXED FEATURE POINTS" << endl;
return;
const PtrList<extendedFeatureEdgeMesh>& feMeshes
(
geometryToConformTo_.features()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment