]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove only one block warning. I find it not that useful and very annoying in a matri...
authorPablo Lucero <pablo@baltoro>
Mon, 7 Mar 2016 22:12:42 +0000 (23:12 +0100)
committerPablo Lucero <pablo@baltoro>
Mon, 7 Mar 2016 22:12:42 +0000 (23:12 +0100)
include/deal.II/lac/precondition_block.templates.h

index 410620c7acdfdf96c085102e501d99653c4ab260..463690bf50abd10e10f359e579c79fea8bcf3515 100644 (file)
@@ -128,7 +128,7 @@ void PreconditionBlock<MatrixType,inverse_type>::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<blocksize; ++row_cell)
         {
@@ -438,7 +438,7 @@ void PreconditionBlock<MatrixType,inverse_type>::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<blocksize; ++row_cell)
         {
           typename MatrixType::const_iterator entry = M.begin(row_cell);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.