From 4c50efe5c6b2b41ce122549da2c3097b6108ef57 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Nov 2004 04:15:47 +0000 Subject: [PATCH] I had some contributions to this class in 2003. git-svn-id: https://svn.dealii.org/trunk@9791 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_q.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.39.5