From 7d3e5e4d7a94adbe63f24dd0549f08ee9fc1ea63 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 2 Sep 2012 17:58:07 +0000 Subject: [PATCH] Fix it in 3 more places. git-svn-id: https://svn.dealii.org/trunk@26208 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_renumbering.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5