From f997cb3b8ca6c9bb7973313b5508abd3f9d99a97 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 27 Aug 2001 11:11:19 +0000 Subject: [PATCH] Add WBs comment git-svn-id: https://svn.dealii.org/trunk@4916 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 396651c016..0d4c127653 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -742,6 +742,16 @@ FE_Q::build_renumbering (const FiniteElementData &fe_data, // vertices of a hexahedron. // Therefore, this looks quite // sophisticated. + // + // NB: This same person + // claims to have had good + // reasons then, but seems to + // have forgotten about + // them. At least, the + // numbering was discussed + // with the complaining + // person back then when all + // began :-) switch (dim) { case 1: -- 2.39.5