From fe95505bac0a5f6c5c038d835fa881f2f92d07a2 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Fri, 29 Dec 2017 12:16:13 +0100 Subject: [PATCH] Fixed comment by WB. --- include/deal.II/base/quadrature_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/base/quadrature_lib.h b/include/deal.II/base/quadrature_lib.h index fc8e596912..68461ed804 100644 --- a/include/deal.II/base/quadrature_lib.h +++ b/include/deal.II/base/quadrature_lib.h @@ -662,7 +662,8 @@ private: * No transformation is applied to the weights. The weights referring to points * that live outside the reference simplex are simply discarded. If you chop a * quadrature formula that is good for both the lower and upper triangles - * separately, then the weights should add up to 1/2. + * separately, then the weights should add up to 1/2 for each of the two + * formulas. * * @author Luca Heltai, 2017. */ -- 2.39.5