From: Wolfgang Bangerth Date: Fri, 16 Jul 2010 14:14:08 +0000 (+0000) Subject: Escape 'numbers'. X-Git-Tag: v8.0.0~5813 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fdc81a21f1893d032e2a470ccd753f3657215e;p=dealii.git Escape 'numbers'. git-svn-id: https://svn.dealii.org/trunk@21508 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index 7e77536c99..3d149a2329 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -941,7 +941,7 @@ void LaplaceProblem::refine_grid () // little hack that makes it simpler // if we know that we have less than // 10 iterations: assume that the - // numbers `0' through `9' are + // %numbers `0' through `9' are // represented consecutively in the // character set used on your machine // (this is in fact the case in all