From: wolf Date: Tue, 9 Mar 2004 05:45:48 +0000 (+0000) Subject: Fix wording. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa59618a0abf84926d237871ca9030a350950ae;p=dealii-svn.git Fix wording. git-svn-id: https://svn.dealii.org/trunk@8690 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.