Skip to content
Snippets Groups Projects
Commit 0784187b authored by graham's avatar graham
Browse files

STYLE: Info statement to remind about work to do, comment.

parent 259cde50
Branches
Tags
No related merge requests found
......@@ -775,6 +775,8 @@ void Foam::conformalVoronoiMesh::insertFeaturePoints()
Info<< " Inserted " << nFeatureVertices << " vertices" << endl;
}
Info<< "SORT OUT FEATURE POINT DISTRIBUTION AND STORAGE" << endl;
featureVertices_.setSize(number_of_vertices());
label featPtI = 0;
......
......@@ -1632,6 +1632,8 @@ void Foam::conformalVoronoiMesh::addSurfaceAndEdgeHits
{
keepSurfacePoint = false;
// If the triggering Vertex is part of a feature point, allow it to
// conform to the surface
if (vit->index() < startOfInternalPoints_)
{
surfaceHits.append(surfHit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment