]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Nicer output.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 12 Apr 2001 06:42:39 +0000 (06:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 12 Apr 2001 06:42:39 +0000 (06:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@4444 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/dof_renumbering.cc

index 66c7836dc6b238c0eaca38734a127546bccb1f0b..55895dc04e0369e5dfca2690e70eb6919f7e1f6a 100644 (file)
@@ -41,7 +41,7 @@ print_dofs (const DoFHandler<dim> &dof)
   for (typename DoFHandler<dim>::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<v.size(); ++i)
        deallog << v[i] << ' ';

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.