From: Guido Kanschat Date: Wed, 16 Nov 2011 20:45:50 +0000 (+0000) Subject: remove debug output X-Git-Tag: v8.0.0~3119 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eac457c8e5349ba17e042444fd1274a31a0c1c7;p=dealii.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;