From: Wolfgang Bangerth Date: Fri, 15 Feb 2013 23:05:41 +0000 (+0000) Subject: Fix up one comment. X-Git-Tag: v8.0.0~1273 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc864b844989a0e1baff0ecae2b1c74db45d3d2;p=dealii.git Fix up one comment. git-svn-id: https://svn.dealii.org/trunk@28418 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_accessor.h b/deal.II/include/deal.II/dofs/dof_accessor.h index bac83d687b..b0793d734d 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.h @@ -501,10 +501,14 @@ public: const unsigned int fe_index = DH::default_fe_index) const; /** - * Returns the Global DoF index of the i degree associated with the @p - * vertexth vertex on the level @p level. Also see vertex_dof_index(). - */ - unsigned int mg_vertex_dof_index (const int level, const unsigned int vertex, const unsigned int i, const unsigned int fe_index = DH::default_fe_index) const; + * Returns the Global DoF index of the ith degree of + * freedom associated with the vertexth vertex on + * level @p level. Also see vertex_dof_index(). + */ + unsigned int mg_vertex_dof_index (const int level, + const unsigned int vertex, + const unsigned int i, + const unsigned int fe_index = DH::default_fe_index) const; /** * Index of the ith degree