From b8e3dd1371e1251a3e8fd7ea1658303a84fd300c Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 1 Oct 2015 21:44:02 +0200 Subject: [PATCH] Remove debug output --- tests/fe/fe_project_3d.cc | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.39.5