Skip to content
Snippets Groups Projects
Commit a78e527a authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

ENH: GAMGSolver: less debug info

parent cd71fe00
Branches
Tags
No related merge requests found
......@@ -209,7 +209,7 @@ Foam::GAMGSolver::GAMGSolver
}
if (debug)
if (debug & 2)
{
for
(
......@@ -370,7 +370,7 @@ void Foam::GAMGSolver::readControls()
if (debug)
{
Pout<< "GAMGSolver settings :"
Info<< "GAMGSolver settings :"
<< " cacheAgglomeration:" << cacheAgglomeration_
<< " nPreSweeps:" << nPreSweeps_
<< " preSweepsLevelMultiplier:" << preSweepsLevelMultiplier_
......
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