From: wolf Date: Sat, 18 Sep 2004 19:43:04 +0000 (+0000) Subject: Fix same problem again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e39c1da25aeee399cae5d70095002e983cdbbb0;p=dealii-svn.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