From 6ee3893b8441dfb68fc841ea1b31af24e3f5df2f Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 15 Feb 2013 23:05:41 +0000 Subject: [PATCH] Fix up one comment. git-svn-id: https://svn.dealii.org/trunk@28418 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_accessor.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.5