From: wolf Date: Fri, 24 Sep 2004 19:01:04 +0000 (+0000) Subject: Remove comments that aren't accurate. Update other comments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d211d17beaa51abf20b5954bbb08f7127a9558;p=dealii-svn.git Remove comments that aren't accurate. Update other comments. git-svn-id: https://svn.dealii.org/trunk@9684 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 0405505abd..351aa3a406 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -307,13 +307,18 @@ class FE_Q : 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_q_[123]d.cc - * in the source directory. + * will hold static definitions + * of various matrices such as + * constraint. All other + * information about this + * particular finite element, + * such as embedding matrices, + * will be computed on-the-fly + * during construction. The + * definition of the various + * static fields are in the files + * fe_q_[123]d.cc in the + * source directory. */ struct Matrices {