Bugfix: better signalling

This commit is contained in:
Hrvoje Jasak 2016-02-05 13:47:27 +00:00
parent 11122b385e
commit 9710a2246e

View file

@ -208,7 +208,7 @@ void Foam::coarseAmgLevel::solve
return; return;
} }
// Switch of debug in top-level direct solve // Switch off debug in top-level direct solve
label oldDebug = lduMatrix::debug(); label oldDebug = lduMatrix::debug();
if (matrixPtr_->matrix().symmetric()) if (matrixPtr_->matrix().symmetric())
@ -261,7 +261,7 @@ void Foam::coarseAmgLevel::solve
coarseSolverPerf.print(); coarseSolverPerf.print();
} }
if (lduMatrix::debug >= 2) if (lduMatrix::debug >= 3)
{ {
coarseSolverPerf.print(); coarseSolverPerf.print();
} }