From: Pablo Lucero Date: Mon, 7 Mar 2016 22:12:42 +0000 (+0100) Subject: Remove only one block warning. I find it not that useful and very annoying in a matri... X-Git-Tag: v8.5.0-rc1~1235^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d08f8503de88f9148eaca9084f9596750beba6;p=dealii.git Remove only one block warning. I find it not that useful and very annoying in a matrix free setup when this class is called frequently --- diff --git a/include/deal.II/lac/precondition_block.templates.h b/include/deal.II/lac/precondition_block.templates.h index 410620c7ac..463690bf50 100644 --- a/include/deal.II/lac/precondition_block.templates.h +++ b/include/deal.II/lac/precondition_block.templates.h @@ -128,7 +128,7 @@ void PreconditionBlock::invert_permuted_diagblocks if (this->same_diagonal()) { - deallog << "PreconditionBlock uses only one diagonal block" << std::endl; + /* deallog << "PreconditionBlock uses only one diagonal block" << std::endl; */ for (size_type row_cell=0; row_cell::invert_diagblocks() if (this->same_diagonal()) { - deallog << "PreconditionBlock uses only one diagonal block" << std::endl; + /* deallog << "PreconditionBlock uses only one diagonal block" << std::endl; */ for (size_type row_cell=0; row_cell