From 82a5bd0105bc65d24d8e547ecde9f4a8baee55ee Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Jun 2011 14:19:01 +0000 Subject: [PATCH] Update documentation. git-svn-id: https://svn.dealii.org/trunk@23761 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 3bdd373132..7d1c4436a9 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -534,17 +534,11 @@ namespace parallel * A flag that indicates * whether refinement of a * triangulation is currently - * in progress. We need this - * flag because the - * refinement_notification() - * function is called from - * Triangulation::execute_coarsening_and_refinement(), - * but - * refinement_notification() - * itself also calls - * Triangulation::execute_coarsening_and_refinement() - * and therefore gets called - * recursively again. While the + * in progress. This flag is + * used to disambiguate whether + * a call to execute_coarsening_and_triangulation + * came from the outside or + * through a recursive call. While the * first time we want to take * over work to copy things * from a refined p4est, the -- 2.39.5