Bugfix: better signalling
This commit is contained in:
parent
11122b385e
commit
9710a2246e
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue