From: guido Date: Thu, 20 May 1999 11:15:16 +0000 (+0000) Subject: Doc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9b47c0234b66b547633a12c55ec91503b76ad6;p=dealii-svn.git Doc git-svn-id: https://svn.dealii.org/trunk@1345 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;