]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove code block used for debugging.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Sep 2011 03:57:26 +0000 (03:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Sep 2011 03:57:26 +0000 (03:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@24362 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index 4e47918a419df1c941924f7c2e44fb95b44823ec..000dc0b8f94a3f116855e5d320842fdf579413eb 100644 (file)
@@ -3814,15 +3814,6 @@ void BoussinesqFlowProblem<dim>::refine_mesh (const unsigned int max_grid_level)
                                      estimated_error_per_cell,
                                      0.3, 0.1);
 
-  // for (typename Triangulation<dim>::active_cell_iterator
-  //     cell = triangulation.begin_active();
-  //   cell != triangulation.end(); ++cell)
-  //   if (cell->is_locally_owned())
-  //  if ((cell->center()[1] > 0)
-  //      &&
-  //      (cell->center()[2] > 0))
-  //    cell->set_refine_flag();
-
   // limit maximum refinement level
   if (triangulation.n_levels() > max_grid_level)
     for (typename Triangulation<dim>::active_cell_iterator

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.