From: kanschat Date: Wed, 16 Nov 2011 20:45:50 +0000 (+0000) Subject: remove debug output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d03604c702abefe9ba4c7b1bc331918e8853f39;p=dealii-svn.git remove debug output git-svn-id: https://svn.dealii.org/trunk@24751 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index cf6181d11c..a071a393d9 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -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 indices; std::vector exclude;