From: Wolfgang Bangerth Date: Thu, 22 Sep 2011 03:57:26 +0000 (+0000) Subject: Remove code block used for debugging. X-Git-Tag: v8.0.0~3438 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da377e7bb02f57f8f145104a9d03190688224d6;p=dealii.git Remove code block used for debugging. git-svn-id: https://svn.dealii.org/trunk@24362 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 4e47918a41..000dc0b8f9 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -3814,15 +3814,6 @@ void BoussinesqFlowProblem::refine_mesh (const unsigned int max_grid_level) estimated_error_per_cell, 0.3, 0.1); - // for (typename Triangulation::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::active_cell_iterator