From af9b47c0234b66b547633a12c55ec91503b76ad6 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 20 May 1999 11:15:16 +0000 Subject: [PATCH] Doc git-svn-id: https://svn.dealii.org/trunk@1345 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index de828c2a88..7580a820dd 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -481,7 +481,8 @@ class FEValuesBase /** * Return a pointer to the array holding - * the JxW values at the different + * the Jacobi determinant times the + * quadrature weight at the different * quadrature points. */ const vector & get_JxW_values () const; -- 2.39.5