From 18ad6b733eae82e710817f6f857ce399c4901d6f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 Aug 2004 02:29:43 +0000 Subject: [PATCH] Add a note. git-svn-id: https://svn.dealii.org/trunk@9541 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q_2d.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/fe_q_2d.cc b/deal.II/deal.II/source/fe/fe_q_2d.cc index 3ee7e0bdf9..ec34cef90f 100644 --- a/deal.II/deal.II/source/fe/fe_q_2d.cc +++ b/deal.II/deal.II/source/fe/fe_q_2d.cc @@ -22,7 +22,8 @@ // for all polynomial degrees. the array is thus empty. unfortunately, some // compilers dislike empty initializers for arrays of unknown size // (particularly the hp compiler), so we simply initialize a single element -// with a null pointer +// with a null pointer. in fact, the compiler behavior is supported by clause +// 8.5.1/4 template <> const double * const FE_Q<2>::Matrices::constraint_matrices[] = { 0 }; -- 2.39.5