From: Wolfgang Bangerth Date: Tue, 22 May 2007 05:38:32 +0000 (+0000) Subject: Fix an omission X-Git-Tag: v8.0.0~10340 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a80e010e1d9cedf5ed7753638d7a1025d1bfa0;p=dealii.git Fix an omission git-svn-id: https://svn.dealii.org/trunk@14683 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 c6b46692bd..c21057b3e5 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -12,7 +12,7 @@ /* further information on this license. */ // This program is an adaptation of step-20 - // and includes some technique of DG method + // and includes some technique of DG methods // from step-12. A good part of the program // is therefore very similar to step-20 and // we will not comment again on these