ENH: GAMG: enable debug printing

This commit is contained in:
mattijs
2019-05-02 13:28:01 +01:00
parent f6ba03633d
commit b7efd7ed71

View File

@ -75,7 +75,7 @@ void Foam::GAMGAgglomeration::compactLevels(const label nCreatedLevels)
}
// Print a bit
if (processorAgglomerate() && debug)
if (debug)
{
Info<< "GAMGAgglomeration:" << nl
<< " local agglomerator : " << type() << nl;