From de1dc1728e12cb195451d02373c89286ac5a454c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Sep 2004 18:59:29 +0000 Subject: [PATCH] Remove comments that aren't accurate. git-svn-id: https://svn.dealii.org/trunk@9683 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgq.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index dc1908e4c4..0ca387b0bb 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -107,13 +107,13 @@ class FE_DGQ : public FE_Poly,dim> /** * Declare a nested class which - * will hold static definitions of - * various matrices such as - * constraint and embedding - * matrices. The definition of - * the various static fields are - * in the files fe_dgq_[123]d.cc - * in the source directory. + * will hold static definitions + * of various matrices such as + * embedding matrices. The + * definition of the various + * static fields are in the files + * fe_dgq_[123]d.cc in + * the source directory. */ struct Matrices { -- 2.39.5