From 738f6d1b2f5d29a8bdbbd375d6b0d3e4e9a4dfbf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 9 Mar 2004 05:45:48 +0000 Subject: [PATCH] Fix wording. git-svn-id: https://svn.dealii.org/trunk@8690 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_renumbering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h index 41174415bd..85649386e9 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -182,7 +182,7 @@ * @sect2{Random renumbering} * * The @p{random} function renumbers degrees of freedom randomly. This - * function is probably seldom of use, but to check the dependence of + * function is probably seldom of use, except to check the dependence of * solvers (iterative or direct ones) on the numbering of the degrees * of freedom. It uses the @p{random_shuffle} function from the C++ * standard library to do its work. -- 2.39.5