From 44fdc81a21f1893d032e2a470ccd753f3657215e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 16 Jul 2010 14:14:08 +0000 Subject: [PATCH] Escape 'numbers'. git-svn-id: https://svn.dealii.org/trunk@21508 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/step-6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5