]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove test output to std::cout
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Sep 2004 13:01:54 +0000 (13:01 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Sep 2004 13:01:54 +0000 (13:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@9678 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/petsc_parallel_sparse_matrix_01.cc

index a84ffde4f6e9f886dd5bad1adefd19c051c58368..f4e50f48a58fc77cea312bc661f4e730ee1a1907 100644 (file)
@@ -27,7 +27,6 @@
 #include <lac/petsc_parallel_sparse_matrix.h>
 #include <lac/compressed_sparsity_pattern.h>
 #include <fstream>
-#include <iostream>
 #include <cstdlib>
 
 
@@ -107,9 +106,7 @@ void test ()
     for (unsigned int j=0; j<csp.row_length(i); ++j)
       m.add (i, csp.column_number(i,j), 1.);
 
-  std::cout << "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" << std::endl;
   m.compress ();
-  std::cout << "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" << std::endl;
 
   deallog << "OK" << std::endl;
 }

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.