diff --git a/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C b/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C index 5ea4a85c8..3fd7c03ee 100644 --- a/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C +++ b/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C @@ -81,10 +81,7 @@ Foam::coarseBlockAmgLevel::coarseBlockAmgLevel ) ), Ax_() -{ - Info<< "Coarse AMG level check" << endl; - matrixPtr_->check(); -} +{} // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // diff --git a/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C b/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C index 691649a37..95a791ebd 100644 --- a/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C +++ b/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C @@ -76,10 +76,7 @@ Foam::fineBlockAmgLevel::fineBlockAmgLevel ) ), Ax_() -{ - Info<< "Fine AMG level check" << endl; - matrix_.check(); -} +{} // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //