From: Wolfgang Bangerth Date: Tue, 2 May 2006 01:19:18 +0000 (+0000) Subject: Small doc update. X-Git-Tag: v8.0.0~11828 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a501ec84dfa804db38c5135f3f442a6d1499846e;p=dealii.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@12948 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index c8ed3ddd33..3a49233f9f 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1088,6 +1088,12 @@ namespace hp * offset within the * vertex_dofs array where the * dofs for this vertex start. + * + * As for that array, the + * format is the same as + * described in the + * documentation of + * hp::DoFLevel. */ std::vector vertex_dofs_offsets;