From: Wolfgang Bangerth Date: Wed, 17 Nov 2004 04:15:47 +0000 (+0000) Subject: I had some contributions to this class in 2003. X-Git-Tag: v8.0.0~14681 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01f8be2420d40834e5a77a7438dc2dd3ce03bbc;p=dealii.git I had some contributions to this class in 2003. git-svn-id: https://svn.dealii.org/trunk@9791 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 762f7be2e5..4ed628866d 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; Oliver Kayser-Herold, 2004 + * @author Wolfgang Bangerth, 1998, 2003; Guido Kanschat, 2001; Ralf Hartmann, 2001, 2004; Oliver Kayser-Herold, 2004 */ template class FE_Q : public FE_Poly,dim>