]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Spurious endl removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Jun 2003 12:11:22 +0000 (12:11 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Jun 2003 12:11:22 +0000 (12:11 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-4-0@7753 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.templates.h

index 67c396cb431a2322f749c4b1c227d6706eddf951..81006e368a1e2a3c285a3e79eaae4965a7fa5d4e 100644 (file)
@@ -1026,9 +1026,6 @@ SparseMatrix<number>::PSOR (
            {
              s -= val[j] * dst(col);
            }
-         
-         std::cerr << std::endl;
-         
        }
 
       dst(row) = s * om / val[cols->rowstart[row]];

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.