From: wolf Date: Wed, 7 Mar 2001 19:40:58 +0000 (+0000) Subject: Add TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30657cf2dc139800fdfd7e38905fe58d84db0f9;p=dealii-svn.git Add TODO. git-svn-id: https://svn.dealii.org/trunk@4166 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/quadrature.h b/deal.II/base/include/base/quadrature.h index b22b01011f..c7ae96e060 100644 --- a/deal.II/base/include/base/quadrature.h +++ b/deal.II/base/include/base/quadrature.h @@ -252,24 +252,25 @@ template class QProjector : public Quadrature { public: - /** - * Constructor for a quadrature rule on all (sub)faces. - * The quadrature rule - * @p{quadrature} is applied to - * each face or subface , according - * to the @{sub} flag. - * - * The weights of the new rule are - * replications of the original - * weights. This is not a proper - * handling, but it is - * consistent with later use. If - * the (sub)face rule is applied to - * the unity function, the result - * is the number of (sub)faces. - */ - QProjector (const Quadrature& quadrature, - const bool sub); +//TODO: remove this constructor again and return to old state with static-only functions. move this function to something in the finite element classes which is the only place where it is used. + /** + * Constructor for a quadrature rule on all (sub)faces. + * The quadrature rule + * @p{quadrature} is applied to + * each face or subface, according + * to the @{sub} flag. + * + * The weights of the new rule are + * replications of the original + * weights. This is not a proper + * handling, but it is + * consistent with later use. If + * the (sub)face rule is applied to + * the unity function, the result + * is the number of (sub)faces. + */ + QProjector (const Quadrature& quadrature, + const bool sub); /** * Compute the quadrature points on the