From 68210327b110fa265594e25a76942f4360627d9a Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Nov 2004 04:14:45 +0000 Subject: [PATCH] Mention Oliver in the author line. git-svn-id: https://svn.dealii.org/trunk@9790 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 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> -- 2.39.5