From e8ccdfb47b6d13ec0f3c021a2214f4632e2b0301 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 26 Oct 2013 12:37:41 +0000 Subject: [PATCH] Minor language fixes. git-svn-id: https://svn.dealii.org/trunk@31440 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/doc/results.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-13/doc/results.dox b/deal.II/examples/step-13/doc/results.dox index e8457619ed..01f5a449d8 100644 --- a/deal.II/examples/step-13/doc/results.dox +++ b/deal.II/examples/step-13/doc/results.dox @@ -48,9 +48,9 @@ output) of the program looks as follows: What surprises here is that the exact value is 1.59491554..., and that -it is obviously surprisingly complicated to compute the solution even to +it is apparently surprisingly complicated to compute the solution even to only one per cent accuracy, although the solution is smooth (in fact -infinite often differentiable). This smoothness is shown in the +infinitely often differentiable). This smoothness is shown in the graphical output generated by the program, here coarse grid and the first 9 refinement steps of the Kelly refinement indicator: @@ -173,7 +173,7 @@ profit. Answer 2: this quick hack { cell->clear_coarsen_flag(); refinement_indicated |= cell->refine_flag_set(); - }; + } if (refinement_indicated) for (cell=triangulation->begin_active(); cell!=triangulation->end(); ++cell) -- 2.39.5