From e942b81590a06fea3076d367344a5052ac45f7ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Feb 2006 16:22:30 +0000 Subject: [PATCH] Remove now outdated comment. git-svn-id: https://svn.dealii.org/trunk@12493 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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); -- 2.39.5