From 380aaabddbae5a9bb10eabb13c975ecd29576fdf Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 15 Aug 2011 13:56:41 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@24075 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/fe/mapping_q1.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/source/fe/mapping_q1.cc b/deal.II/source/fe/mapping_q1.cc index 799a5f4e14..185a1e10af 100644 --- a/deal.II/source/fe/mapping_q1.cc +++ b/deal.II/source/fe/mapping_q1.cc @@ -974,8 +974,11 @@ namespace internal // in 1d, we don't // have access to // any of the - // data.aux fields, - // but we can still + // data.aux fields + // (because it has + // only dim-1 + // components), but + // we can still // compute the // boundary form // simply by simply -- 2.39.5