From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:47:01 +0000 (+0000) Subject: Fix ticks. X-Git-Tag: v8.0.0~12068 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=103541bc489dd536fe762909ba3003dcb629ce61;p=dealii.git Fix ticks. git-svn-id: https://svn.dealii.org/trunk@12630 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 4210f3a6d6..5f66c25ff6 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1771,7 +1771,7 @@ namespace LaplaceSolver // u(x,y)=exp(x+sin(10y+5x^2)). In more // than two dimensions, simply repeat // the sine-factor with ``y'' - // replaced by ''z'' and so on. Given + // replaced by ``z'' and so on. Given // this, the following two classes // are probably straightforward from // the previous examples.