From 4f7ecc6f3bcf90c074f7420edd9ad83d1cccdab8 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 Jul 2003 22:10:42 +0000 Subject: [PATCH] The documentation didn't quite reflect what we were doing. git-svn-id: https://svn.dealii.org/trunk@7889 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5