mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Info statement to remind about work to do, comment.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user