From: Martin Kronbichler Date: Thu, 1 Oct 2015 19:44:02 +0000 (+0200) Subject: Remove debug output X-Git-Tag: v8.4.0-rc2~350^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e3dd1371e1251a3e8fd7ea1658303a84fd300c;p=dealii.git Remove debug output --- diff --git a/tests/fe/fe_project_3d.cc b/tests/fe/fe_project_3d.cc index d6fe8bd754..8a866aeddd 100644 --- a/tests/fe/fe_project_3d.cc +++ b/tests/fe/fe_project_3d.cc @@ -292,8 +292,6 @@ void test(const FiniteElement &fe, unsigned n_cycles, bool global, const Po { dof_handler.distribute_dofs(fe); - std::cout << "Number of cells/dofs: " << dof_handler.get_tria().n_active_cells() << " " << dof_handler.n_dofs() << std::endl; - ConstraintMatrix constraints; DoFTools::make_hanging_node_constraints(dof_handler, constraints); constraints.close();