From: wolf Date: Sat, 18 Sep 2004 19:41:44 +0000 (+0000) Subject: Don't use empty initializers, even if we don't use the element. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9035e9364fca035735d857d9db161e8418a427e0;p=dealii-svn.git Don't use empty initializers, even if we don't use the element. git-svn-id: https://svn.dealii.org/trunk@9634 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 8cb1a76bb2..7d3cf698ad 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_1d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_1d.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -25,7 +25,7 @@ template <> const double * const FE_Nedelec<1>::Matrices::embedding[][GeometryInfo<1>::children_per_cell] = -{}; +{0}; template <>