From 9eac3886abfbcd03413f4b1d7e54417c875627e0 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 22 Nov 2001 17:43:26 +0000 Subject: [PATCH] Small fix. git-svn-id: https://svn.dealii.org/trunk@5258 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index a9df8e9491..953ade8454 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -23,15 +23,15 @@ #include // This is the first new file. It - // declares the MappingQ1 class that - // gives the standard bilinear + // declares the ``MappingQ1'' class + // that gives the standard bilinear // mapping. For bilinear mappings use // an object of this class rather - // than an object of the MappingQ(1) - // class, as the MappingQ1 class is - // optimized due to the - // pre-knowledge of the actual - // polynomial degree 1. + // than an object of the + // ``MappingQ(1)'' class, as the + // ``MappingQ1'' class is optimized + // due to the pre-knowledge of the + // actual polynomial degree 1. #include // Here the discontinuous finite // elements are defined. They are -- 2.39.5