]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove debug output in grid_generator. Oops.
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Jul 2011 21:56:56 +0000 (21:56 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Jul 2011 21:56:56 +0000 (21:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@23941 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_generator.cc

index 623006c4e39da79838825045919cd5b909b3b4e5..9cbcbcfedc9eb399142f88cc8acf287c6db09cee 100644 (file)
@@ -1767,13 +1767,8 @@ void GridGenerator::quarter_hyper_shell (Triangulation<2>   &tria,
   if (colorize)
   {
       Triangulation<2>::cell_iterator cell = tria.begin();
-      int i=0;
       for (;cell!=tria.end();++cell)
       {
-       std::cout << i++ << ": ";
-       for (int j=0;j<4;++j)
-         std::cout << cell->face(j)->at_boundary();
-       std::cout << std::endl;
        cell->face(2)->set_boundary_indicator(1);
       }
       tria.begin()->face(0)->set_boundary_indicator(3);

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.