From 181f8989706c3657ec8cf01899d433ea6f306fa6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Feb 2006 16:23:09 +0000 Subject: [PATCH] Remove more comments about things that have been replaced by better alternatives. git-svn-id: https://svn.dealii.org/trunk@12494 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 3adb259589..9fabd1168c 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -80,11 +80,7 @@ // single finite element or quadrature // objects. I.e. instead of the // usual Quadrature object a - // QCollection object is needed. The - // select_fe_values file finally - // provides some wrappers, which should - // enable the user to write DoFHandler - // independent code. + // QCollection object is needed. #include // A compressed sparsity pattern is -- 2.39.5