From 50f3a2b3504a20a2639360cc37f08605208f82f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Apr 2002 16:39:20 +0000 Subject: [PATCH] Clarify confusing comment. git-svn-id: https://svn.dealii.org/trunk@5676 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_levels.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 0417b2ed2e..21e96b8f0f 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -19,9 +19,10 @@ /** - * Store the indices of the degrees of freedom which are located on the lines. - * Declare it to have a template parameter, but do not actually declare - * other types than those explicitly instantiated. + * Store the indices of the degrees of freedom which are located on + * objects of dimension @p{N}. Declare this general template + * class, but do not actually use it. Rather, only specializations of + * this class are used. * * @author Wolfgang Bangerth, 1998 */ -- 2.39.5