From: bangerth Date: Wed, 23 Nov 2011 12:50:57 +0000 (+0000) Subject: Fix wrong information about size of domain pointed out by Sergey Osipov. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a241a973fc154ee6bdf1bc38d3e8abb2c86a77b;p=dealii-svn.git Fix wrong information about size of domain pointed out by Sergey Osipov. git-svn-id: https://svn.dealii.org/trunk@24765 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index 5f2919cae5..4bd4239336 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -1235,7 +1235,7 @@ namespace Step22 // \times 1$ (in 2d) or $4 \times 1 \times // 1$ (in 3d), placed in $R^2/R^3$ as // $(-2,2)\times(-1,0)$ or - // $(-2,2)\times(0,1)\times(-1,1)$, + // $(-2,2)\times(0,1)\times(-1,0)$, // respectively. It is natural to start // with equal mesh size in each direction, // so we subdivide the initial rectangle