]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress output to the screen.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Jun 2012 18:29:27 +0000 (18:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Jun 2012 18:29:27 +0000 (18:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@25663 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/block_list_02.cc

index a61b585cc6d4ae9c771281fb8002fb5c06194cdd..2689a8dcccad8c8bc91d88360576e3c1156f3f59 100644 (file)
@@ -1,8 +1,8 @@
 //----------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2009, 2010, 2011 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2011, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -18,10 +18,10 @@ void
 test_block_list(const Triangulation<dim>& tr, const FiniteElement<dim>& fe)
 {
   deallog << fe.get_name() << std::endl;
-  
+
   MGDoFHandler<dim> dof;
-  dof.initialize(tr, fe); 
-  
+  dof.initialize(tr, fe);
+
   const unsigned int level = tr.n_levels()-1;
 
   {
@@ -39,7 +39,7 @@ test_block_list(const Triangulation<dim>& tr, const FiniteElement<dim>& fe)
     DoFTools::make_vertex_patches(bl, dof, level, true, true, false);
     bl.compress();
     print_patches(bl);
-    deallog.pop(); 
+    deallog.pop();
     deallog << std::endl;
   }
   {
@@ -74,7 +74,7 @@ test_block_list(const Triangulation<dim>& tr, const FiniteElement<dim>& fe)
 
 int main()
 {
-  initlog(__FILE__, true);
+  initlog(__FILE__);
   deallog.push("2D");
   test_global_refinement<2>(&test_block_list<2>);
   deallog.pop();

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.