From: Wolfgang Bangerth Date: Fri, 14 Sep 2001 11:20:48 +0000 (+0000) Subject: Small doc update. X-Git-Tag: v8.0.0~18793 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0dd922f8dadea16288e5d9b7401d37f35b07c9d;p=dealii.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@5005 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/quadrature_lib.h b/deal.II/base/include/base/quadrature_lib.h index ff2a875b1a..1eaba9a371 100644 --- a/deal.II/base/include/base/quadrature_lib.h +++ b/deal.II/base/include/base/quadrature_lib.h @@ -21,7 +21,11 @@ * Gauss-Legendre quadrature of arbitrary order. * * The coefficients of these quadrature rules are computed by the - * function found in @p{Numerical Recipies}. + * function found in @p{Numerical Recipies}. For lower order + * quadrature rules, the use of this class is thus equivalent to the + * use of the @ref{QGauss1} through @ref{QGauss7} classes, for which + * the coefficients are hardcoded, but this class can provide higher + * order formulae as well. * * @author Guido Kanschat, 2001 */