From: Wolfgang Bangerth Date: Sun, 2 Sep 2012 17:58:07 +0000 (+0000) Subject: Fix it in 3 more places. X-Git-Tag: v8.0.0~2189 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f708c102bbab1a27134ed453fd0d84c0661a62e3;p=dealii.git Fix it in 3 more places. git-svn-id: https://svn.dealii.org/trunk@26208 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_renumbering.h b/deal.II/include/deal.II/dofs/dof_renumbering.h index 93e25fce41..f6afe6fc9c 100644 --- a/deal.II/include/deal.II/dofs/dof_renumbering.h +++ b/deal.II/include/deal.II/dofs/dof_renumbering.h @@ -1174,7 +1174,7 @@ namespace DoFRenumbering * order within the untagged * ones. * - * @precondition The @p selected_dofs + * @pre The @p selected_dofs * array must have as many elements as * the @p dof_handler has degrees of * freedom on the given level. @@ -1194,7 +1194,7 @@ namespace DoFRenumbering * dofs but returns the * renumbering vector. * - * @precondition The @p selected_dofs + * @pre The @p selected_dofs * array must have as many elements as * the @p dof_handler has degrees of * freedom. @@ -1215,7 +1215,7 @@ namespace DoFRenumbering * dofs but returns the * renumbering vector. * - * @precondition The @p selected_dofs + * @pre The @p selected_dofs * array must have as many elements as * the @p dof_handler has degrees of * freedom on the given level.