From: hartmann Date: Thu, 22 Nov 2001 17:43:26 +0000 (+0000) Subject: Small fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eac3886abfbcd03413f4b1d7e54417c875627e0;p=dealii-svn.git Small fix. git-svn-id: https://svn.dealii.org/trunk@5258 0785d39b-7218-0410-832d-ea1e28bc413d --- 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