From: hartmann Date: Mon, 20 Mar 2000 14:06:53 +0000 (+0000) Subject: small doc update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35fb80321688feda6a3ec642e55479bd40e1a77;p=dealii-svn.git small doc update git-svn-id: https://svn.dealii.org/trunk@2602 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;