From c35fb80321688feda6a3ec642e55479bd40e1a77 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 20 Mar 2000 14:06:53 +0000 Subject: [PATCH] small doc update git-svn-id: https://svn.dealii.org/trunk@2602 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/include/numerics/solution_transfer.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index 894bbccd80..f3449f7934 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -333,19 +333,22 @@ class SolutionTransfer unsigned int n_dofs_old; /** - * #PreparationState# denotes the - * three possible states of the + * Declaration of + * #PreparationState# that + * denotes the three possible + * states of the * #SolutionTransfer#: being - * prepared for 'pure refinement', - * prepared for 'coarsening and - * refinement' or not prepared. + * prepared for 'pure + * refinement', prepared for + * 'coarsening and refinement' or + * not prepared. */ enum PreparationState { none, pure_refinement, coarsening_and_refinement }; /** - * ??? + * Definition of the respective variable. */ PreparationState prepared_for; -- 2.39.5