From 9604fc6bd4d98214f1880421c09d069f7047c6d7 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 7 Mar 2008 14:28:49 +0000
Subject: [PATCH] Improve docs in one more point.

git-svn-id: https://svn.dealii.org/trunk@15869 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/include/dofs/dof_renumbering.h | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h
index 677fbbef27..1f6c2146b8 100644
--- a/deal.II/deal.II/include/dofs/dof_renumbering.h
+++ b/deal.II/deal.II/include/dofs/dof_renumbering.h
@@ -352,10 +352,18 @@ class DoFRenumbering
 				      *
 				      * While often slighty slower to
 				      * compute, the algorithms using
-				      * often lead to matrices with
-				      * smaller bandwidths and sparse
-				      * ILUs based on this numbering
-				      * are therefore more efficient.
+				      * BOOST often lead to matrices
+				      * with smaller bandwidths and
+				      * sparse ILUs based on this
+				      * numbering are therefore more
+				      * efficient.
+				      *
+				      * For a comparison of these
+				      * algorithms with the ones
+				      * defined in DoFRenumbering, see
+				      * the comparison section in the
+				      * documentation of the
+				      * DoFRenumbering namespace.
 				      */
     class boost
     {
-- 
2.39.5