Skip to content
Snippets Groups Projects
Commit 1ea4bb98 authored by mattijs's avatar mattijs
Browse files

STYLE: faceSet: removed printing of sync

parent 86a87a59
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -140,7 +140,7 @@ void faceSet::sync(const polyMesh& mesh)
}
reduce(nAdded, sumOp<label>());
if (nAdded > 0)
if (debug && nAdded > 0)
{
Info<< "Added an additional " << nAdded
<< " faces on coupled patches. "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment