From: wolf Date: Fri, 23 Feb 2001 09:14:06 +0000 (+0000) Subject: Small doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583da94a464d32d37144605ca9cd060f4c291eed;p=dealii-svn.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@4020 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/q1_mapping.cc b/deal.II/deal.II/source/fe/q1_mapping.cc index 337a57bc1a..ec48f7351c 100644 --- a/deal.II/deal.II/source/fe/q1_mapping.cc +++ b/deal.II/deal.II/source/fe/q1_mapping.cc @@ -281,12 +281,14 @@ void FEQ1Mapping<2>::get_normal_vectors (const DoFHandler<2>::cell_iterator &cel const unsigned int face_no, const unsigned int, const std::vector > &unit_points, - std::vector > &normal_vectors) const { - // more or less copied from the linear - // finite element - // note, that in 2D the normal vectors to the - // subface have the same direction as that - // for the face + std::vector > &normal_vectors) const +{ + // more or less copied from the + // linear finite element note, that + // in 2D the normal vectors to the + // subface have the same direction + // as that for the face, so we can + // ignore the subface number Assert (unit_points.size() == normal_vectors.size(), FiniteElementBase<2>::ExcWrongFieldDimension (unit_points.size(), normal_vectors.size()));