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

This commit is contained in:
graham
2011-06-14 17:16:22 +01:00
parent 259cde50b3
commit 0784187b57
2 changed files with 4 additions and 0 deletions

View File

@ -775,6 +775,8 @@ void Foam::conformalVoronoiMesh::insertFeaturePoints()
Info<< " Inserted " << nFeatureVertices << " vertices" << endl; Info<< " Inserted " << nFeatureVertices << " vertices" << endl;
} }
Info<< "SORT OUT FEATURE POINT DISTRIBUTION AND STORAGE" << endl;
featureVertices_.setSize(number_of_vertices()); featureVertices_.setSize(number_of_vertices());
label featPtI = 0; label featPtI = 0;

View File

@ -1632,6 +1632,8 @@ void Foam::conformalVoronoiMesh::addSurfaceAndEdgeHits
{ {
keepSurfacePoint = false; keepSurfacePoint = false;
// If the triggering Vertex is part of a feature point, allow it to
// conform to the surface
if (vit->index() < startOfInternalPoints_) if (vit->index() < startOfInternalPoints_)
{ {
surfaceHits.append(surfHit); surfaceHits.append(surfHit);