From a003dcd7428adb292e2ca8ddbe7d99bfd52727c1 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 12 Feb 2014 22:40:14 +0000 Subject: [PATCH] improve wording git-svn-id: https://svn.dealii.org/trunk@32465 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_accessor.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria_accessor.h b/deal.II/include/deal.II/grid/tria_accessor.h index 9822d047ba..a29335112a 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.h +++ b/deal.II/include/deal.II/grid/tria_accessor.h @@ -2599,10 +2599,11 @@ public: /** * Return the @p RefinementCase 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()) * { -- 2.39.5