From: Wolfgang Bangerth Date: Thu, 9 Apr 2009 04:20:37 +0000 (+0000) Subject: Fix one typo. X-Git-Tag: v8.0.0~7892 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0307084dd9874b992497da8e0bc1814a37edcd1;p=dealii.git Fix one typo. git-svn-id: https://svn.dealii.org/trunk@18572 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-34/doc/results.dox b/deal.II/examples/step-34/doc/results.dox index 067230e652..fdc0327491 100644 --- a/deal.II/examples/step-34/doc/results.dox +++ b/deal.II/examples/step-34/doc/results.dox @@ -67,7 +67,7 @@ can pass to our visualization program of choice. The output files are of two kind: the potential on the boundary element surface, and the potential extended to the outer and inner -domain. The combination of the two for the two dimensional case look +domain. The combination of the two for the two dimensional case looks like @image html step-34_2d.png @@ -78,4 +78,4 @@ together with a countur plot: @image html step-34_3d.png The exact solution for this model problem should be $x+y$ or -$x+y+z$ on the surface, which is precisely what we obtain. \ No newline at end of file +$x+y+z$ on the surface, which is precisely what we obtain.