From: Wolfgang Bangerth Date: Tue, 3 Aug 2004 02:29:43 +0000 (+0000) Subject: Add a note. X-Git-Tag: v8.0.0~14927 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffaf94cce4affffd3d8e0c5d75d003bfdd178e3b;p=dealii.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 };