From: Wolfgang Bangerth Date: Wed, 28 Aug 2013 13:42:25 +0000 (+0000) Subject: Minor edits. X-Git-Tag: v8.1.0~942 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3488d28d285ca06829226b5022c1777555266439;p=dealii.git Minor edits. git-svn-id: https://svn.dealii.org/trunk@30516 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/hp/dof_objects.h b/deal.II/include/deal.II/hp/dof_objects.h index 54aee6dc70..1eb9a0e471 100644 --- a/deal.II/include/deal.II/hp/dof_objects.h +++ b/deal.II/include/deal.II/hp/dof_objects.h @@ -96,7 +96,6 @@ namespace internal * @ingroup hp * @author Tobias Leicht, 2006 */ - template class DoFObjects { @@ -104,9 +103,9 @@ namespace internal /** * Store the start index for * the degrees of freedom of each - * hex in the @p hex_dofs array. + * object in the @p dofs array. */ - std::vector dof_offsets; + std::vector::size_type> dof_offsets; /** * Store the global indices of @@ -114,16 +113,15 @@ namespace internal * DoFLevel() for detailed * information. */ - std::vector dofs; + std::vector dofs; /** * Set the global index of * the @p local_index-th * degree of freedom located - * on the hex with number @p - * hex_index to the value - * given by the last - * argument. The @p + * on the object with number @p + * obj_index to the value + * given by @p global_index. The @p * dof_handler argument is * used to access the finite * element that is to be used @@ -154,8 +152,8 @@ namespace internal * Return the global index of * the @p local_index-th * degree of freedom located - * on the hex with number @p - * hex_index. The @p + * on the object with number @p + * obj_index. The @p * dof_handler argument is * used to access the finite * element that is to be used