From b89503b6fc8ca3f2996205adad77460491b273d8 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 16 Mar 2006 16:47:01 +0000 Subject: [PATCH] Fix ticks. git-svn-id: https://svn.dealii.org/trunk@12630 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5