]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove debug output
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Nov 2011 20:45:50 +0000 (20:45 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Nov 2011 20:45:50 +0000 (20:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@24751 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.cc

index cf6181d11c5d54dd36c92b807afc91bab0a65150..a071a393d99797d83f7b3fe7e40e21db2a675d6d 100644 (file)
@@ -6098,12 +6098,7 @@ namespace DoFTools
                                     // the dofs into the sparsity
                                     // pattern.
     block_list.reinit(vertex_dof_count.size(), dof_handler.n_dofs(level), vertex_dof_count);
-
-    deallog << "Vertex Dofs (" << vertex_dof_count.size() << ')';
-    for (unsigned int i=0;i<vertex_dof_count.size();++i)
-      deallog << ' ' << vertex_dof_count[i];
-    deallog << std::endl;
-
+    
     std::vector<unsigned int> indices;
     std::vector<bool> exclude;
 

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.