]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use a more readable format for output.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Feb 2008 22:07:46 +0000 (22:07 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Feb 2008 22:07:46 +0000 (22:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@15819 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/sparse_ilu_inverse.cc

index 24f02cf90efffdf437147f462ece091c6dcc0465..4087a46012c13c9f90cacbbdadb306204c20dfa0 100644 (file)
@@ -76,10 +76,10 @@ int main()
        }
 
       deallog << "Matrix A:" << std::endl;
-      A.print_formatted (deallog.get_file_stream());
+      A.print_formatted (deallog.get_file_stream(), 3, false);
   
       deallog << "Matrix A^{-1}:" << std::endl;
-      inverse.print_formatted (deallog.get_file_stream());
+      inverse.print_formatted (deallog.get_file_stream(), 3, false);
 
       deallog << 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.