From: wolf Date: Tue, 3 Aug 2004 02:29:43 +0000 (+0000) Subject: Add a note. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ad6b733eae82e710817f6f857ce399c4901d6f;p=dealii-svn.git Add a note. git-svn-id: https://svn.dealii.org/trunk@9541 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 };