From: Wolfgang Bangerth Date: Fri, 24 Feb 2006 16:22:30 +0000 (+0000) Subject: Remove now outdated comment. X-Git-Tag: v8.0.0~12189 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e942b81590a06fea3076d367344a5052ac45f7ed;p=dealii.git Remove now outdated comment. git-svn-id: https://svn.dealii.org/trunk@12493 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index e2ab470d2f..3adb259589 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -1585,12 +1585,7 @@ void DGMethod::refine_grid () Vector gradient_indicator (triangulation.n_active_cells()); // Now the approximate gradients - // are computed - -//TODO: disable this for the moment and replace by some more or less -//random refinement. we need to do this since DerivativeApproximation -//isn't really ready yet for hp - + // are computed DerivativeApproximation::approximate_gradient (dof_handler, solution2, gradient_indicator);