From 21d211d17beaa51abf20b5954bbb08f7127a9558 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 24 Sep 2004 19:01:04 +0000
Subject: [PATCH] Remove comments that aren't accurate. Update other comments.

git-svn-id: https://svn.dealii.org/trunk@9684 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/include/fe/fe_q.h | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

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<TensorProductPolynomials<dim>,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 <tt>fe_q_[123]d.cc</tt>
-				      * 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
+				      * <tt>fe_q_[123]d.cc</tt> in the
+				      * source directory.
 				      */
     struct Matrices
     {
-- 
2.39.5