From: Wolfgang Bangerth Date: Sat, 18 Sep 2004 19:43:04 +0000 (+0000) Subject: Fix same problem again. X-Git-Tag: v8.0.0~14834 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d7fa877f87c0c6c51b30af1521b3ca405b065a;p=dealii.git Fix same problem again. git-svn-id: https://svn.dealii.org/trunk@9635 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec_1d.cc b/deal.II/deal.II/source/fe/fe_nedelec_1d.cc index 7d3cf698ad..e7164554ba 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_1d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_1d.cc @@ -42,7 +42,7 @@ FE_Nedelec<1>::Matrices::n_constraint_matrices = 0; template <> const double * const -FE_Nedelec<1>::Matrices::constraint_matrices[] = {}; +FE_Nedelec<1>::Matrices::constraint_matrices[] = {0}; #else // #if deal_II_dimension