]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Get rid of annoying warning issued by gcc2.95: aggregate has a partly bracketed initi...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 11 Mar 2005 11:04:18 +0000 (11:04 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 11 Mar 2005 11:04:18 +0000 (11:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@10096 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec_1d.cc

index e7164554bad65c32aa4e72dce8ee258c80f0e552..58f77641c21a4403b2a96a4df85a8529e578d586 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005 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};
+{{0}};
 
 
 template <>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.