]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Eliminating lines instead of commenting them out 2322/head
authorPablo Lucero <pablo@baltoro>
Tue, 8 Mar 2016 06:09:57 +0000 (07:09 +0100)
committerPablo Lucero <pablo@baltoro>
Tue, 8 Mar 2016 06:09:57 +0000 (07:09 +0100)
include/deal.II/lac/precondition_block.templates.h

index 463690bf50abd10e10f359e579c79fea8bcf3515..f8e9f6509400e561b28dc916ce0b31759b1de860 100644 (file)
@@ -128,8 +128,6 @@ void PreconditionBlock<MatrixType,inverse_type>::invert_permuted_diagblocks
 
   if (this->same_diagonal())
     {
-      /* 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);
@@ -438,7 +436,6 @@ void PreconditionBlock<MatrixType,inverse_type>::invert_diagblocks()
 
   if (this->same_diagonal())
     {
-      /* 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.