From 566a39f0d3ab6b1a2ec281c4331de743443ba1a0 Mon Sep 17 00:00:00 2001 From: wolf 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