From: wolf Date: Thu, 16 Mar 2006 16:47:01 +0000 (+0000) Subject: Fix ticks. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89503b6fc8ca3f2996205adad77460491b273d8;p=dealii-svn.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.