From 638bd7237b34030095ed33a110c28ebc3c9ab8b6 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Apr 2001 06:42:39 +0000 Subject: [PATCH] Nicer output. git-svn-id: https://svn.dealii.org/trunk@4444 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/dof_renumbering.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/dof_renumbering.cc b/tests/deal.II/dof_renumbering.cc index 66c7836dc6..55895dc04e 100644 --- a/tests/deal.II/dof_renumbering.cc +++ b/tests/deal.II/dof_renumbering.cc @@ -41,7 +41,7 @@ print_dofs (const DoFHandler &dof) for (typename DoFHandler::active_cell_iterator cell=dof.begin_active(); cell != dof.end(); ++cell) { - deallog << "Cell " << cell; + deallog << "Cell " << cell << " -- "; cell->get_dof_indices (v); for (unsigned int i=0; i