From: Wolfgang Bangerth Date: Wed, 17 Apr 2002 16:39:20 +0000 (+0000) Subject: Clarify confusing comment. X-Git-Tag: v8.0.0~18172 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f3a2b3504a20a2639360cc37f08605208f82f9;p=dealii.git Clarify confusing comment. git-svn-id: https://svn.dealii.org/trunk@5676 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */