mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: GAMG: enable debug printing
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user