ENH: move startOfInternal points out of insertInitialPoints.

This commit is contained in:
graham
2011-06-23 16:33:21 +01:00
parent b15e01f315
commit b00911ac05

View File

@ -1211,8 +1211,6 @@ void Foam::conformalVoronoiMesh::insertBoundingPoints()
void Foam::conformalVoronoiMesh::insertInitialPoints()
{
startOfInternalPoints_ = number_of_vertices();
Info<< nl << "Inserting initial points" << endl;
timeCheck("Before initial points call");
@ -1894,6 +1892,8 @@ Foam::conformalVoronoiMesh::conformalVoronoiMesh
insertFeaturePoints();
startOfInternalPoints_ = number_of_vertices();
insertInitialPoints();
// Improve the guess that the backgroundMeshDecomposition makes with the