From: Wolfgang Bangerth Date: Wed, 1 Jun 2005 14:51:37 +0000 (+0000) Subject: Fix another comment. X-Git-Tag: v8.0.0~13747 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f051c19b7c46e6dabc0d7067d221e6fde18ae6;p=dealii.git Fix another comment. git-svn-id: https://svn.dealii.org/trunk@10809 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 3cab860c5d..89b5c53b6e 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -1845,8 +1845,10 @@ class FEFaceValuesBase : public FEValuesBase const std::vector > & get_normal_vectors () const; /** - * Return the list of outward normal - * vectors times quadrature weights. + * Return the list of outward + * normal vectors times the + * Jacobian of the surface + * mapping. */ const std::vector > & get_boundary_forms () const;