extraneous printing

This commit is contained in:
mattijs
2009-08-17 17:05:57 +01:00
parent adf3e4b7e1
commit 42001c007a

View File

@ -30,7 +30,7 @@ License
Foam::labelList Foam::blockMesh::createMergeList()
{
Info<< nl << "Creating merge list " << flush;
Info<< nl << "Creating merge list" << flush;
labelList MergeList(nPoints_, -1);