From: Wolfgang Bangerth Date: Wed, 23 Jul 2003 22:10:42 +0000 (+0000) Subject: The documentation didn't quite reflect what we were doing. X-Git-Tag: v8.0.0~16321 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8fdf0581ec13c8b76fc98c21d2090965e275846;p=dealii.git The documentation didn't quite reflect what we were doing. git-svn-id: https://svn.dealii.org/trunk@7889 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index ea5cc546e4..1cb8e6d909 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -1564,9 +1564,9 @@ namespace Data // this example is the square // [-1,1]^2 with the square // [-1/2,1/2]^2 as hole in it. We - // create the coarse grid as 3 - // times 3 cells with the middle - // one missing. + // create the coarse grid as 4 + // times 4 cells with the middle + // four ones missing. // // Of course, the example has an // extension to 3d, but since this