]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
improve wording
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Feb 2014 22:40:14 +0000 (22:40 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Feb 2014 22:40:14 +0000 (22:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@32465 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_accessor.h

index 9822d047baea28105bdb72c96811b623f913b6c5..a29335112ae7cb78896b1c332fed53a46bd9e9a2 100644 (file)
@@ -2599,10 +2599,11 @@ public:
 
   /**
    * Return the @p RefinementCase<dim> this cell was flagged to be refined
-   * with.
-   * The return value of this function can be compared to a bool to check if this cell is flagged
-   * for any kind of refinement. For example, after calling cell->set_refine_flag()
-   * this code will go into the if statement:
+   * with.  The return value of this function can be compared to a bool to
+   * check if this cell is flagged for any kind of refinement. For example, if
+   * you have previously called cell->set_refine_flag() for a cell, then you
+   * will enter the 'if' block in the following snippet:
+   *
    * @code
    * if (cell->refine_flag_set())
    * {

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.