Spacing of Info message tweak

This commit is contained in:
graham
2009-07-14 10:44:49 +01:00
parent 6cf07c4cb8
commit f17fcfebb8

View File

@ -2312,7 +2312,7 @@ void Foam::conformalVoronoiMesh::move()
reinsertFeaturePoints();
startOfInternalPoints_ = number_of_vertices();
Info<< nl << "Reinserting entire tessellation" << endl;
Info<< nl << " Reinserting entire tessellation" << endl;
insertPoints(pointsToInsert);
}