From: Wolfgang Bangerth Date: Wed, 17 Nov 2004 04:14:45 +0000 (+0000) Subject: Mention Oliver in the author line. X-Git-Tag: v8.0.0~14682 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626ed2c1b8a5e730ef89479b107c2c9c96a2491a;p=dealii.git Mention Oliver in the author line. git-svn-id: https://svn.dealii.org/trunk@9790 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index fe4899ee2b..762f7be2e5 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -233,7 +233,7 @@ * Note the reverse ordering of degrees of freedom on the left and upper * line. * - * @author Wolfgang Bangerth, 1998, Guido Kanschat, 2001, Ralf Hartmann, 2001, 2004 + * @author Wolfgang Bangerth, 1998; Guido Kanschat, 2001; Ralf Hartmann, 2001, 2004; Oliver Kayser-Herold, 2004 */ template class FE_Q : public FE_Poly,dim>