From: Wolfgang Bangerth Date: Tue, 2 May 2006 02:39:01 +0000 (+0000) Subject: Claim credit for significant contributions. X-Git-Tag: v8.0.0~11820 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec7d38facb74adfb4ee77aa89b65009d21f2293;p=dealii.git Claim credit for significant contributions. git-svn-id: https://svn.dealii.org/trunk@12957 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 ff087e8136..2bdcb101eb 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -121,7 +121,7 @@ namespace internal * ::DoFHandler class. * * @ingroup dofs - * @author Wolfgang Bangerth, 1998 + * @author Wolfgang Bangerth, 1998, 2006 */ template class DoFLevel @@ -170,7 +170,7 @@ namespace internal * the lines. See the general template DoFLevel for more information. * * @ingroup dofs - * @author Wolfgang Bangerth, 1998 + * @author Wolfgang Bangerth, 1998, 2006 */ template <> class DoFLevel<1> : public DoFLevel<0> @@ -277,7 +277,7 @@ namespace internal * quads. See the general template DoFLevel for more information. * * @ingroup dofs - * @author Wolfgang Bangerth, 1998 + * @author Wolfgang Bangerth, 1998, 2006 */ template <> class DoFLevel<2> : public DoFLevel<1> @@ -384,7 +384,7 @@ namespace internal * hexhedra. See the general template DoFLevel for more information. * * @ingroup dofs - * @author Wolfgang Bangerth, 1998 + * @author Wolfgang Bangerth, 1998, 2006 */ template <> class DoFLevel<3> : public DoFLevel<2>