From 08d08f8503de88f9148eaca9084f9596750beba6 Mon Sep 17 00:00:00 2001 From: Pablo Lucero Date: Mon, 7 Mar 2016 23:12:42 +0100 Subject: [PATCH] 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 --- include/deal.II/lac/precondition_block.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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