From d4f051c19b7c46e6dabc0d7067d221e6fde18ae6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 Jun 2005 14:51:37 +0000 Subject: [PATCH] Fix another comment. git-svn-id: https://svn.dealii.org/trunk@10809 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; -- 2.39.5