mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
extraneous printing
This commit is contained in:
@ -30,7 +30,7 @@ License
|
|||||||
|
|
||||||
Foam::labelList Foam::blockMesh::createMergeList()
|
Foam::labelList Foam::blockMesh::createMergeList()
|
||||||
{
|
{
|
||||||
Info<< nl << "Creating merge list " << flush;
|
Info<< nl << "Creating merge list" << flush;
|
||||||
|
|
||||||
labelList MergeList(nPoints_, -1);
|
labelList MergeList(nPoints_, -1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user