]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor language fixes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Oct 2013 12:37:41 +0000 (12:37 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Oct 2013 12:37:41 +0000 (12:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@31440 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-13/doc/results.dox

index e8457619ed7b6db15178ae1277bb8866c83f3def..01f5a449d886227a773621aad3b8f3c0fcd5bd3e 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.