From 3ceec8e87c0e544c25a4812f32a2b33c794b945e Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 22 May 2007 05:38:32 +0000 Subject: [PATCH] Fix an omission git-svn-id: https://svn.dealii.org/trunk@14683 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5