]> https://gitweb.dealii.org/ - dealii.git/commitdiff
We need an initializer for some compilers. The actual data element is unused, though.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Sep 2004 19:39:30 +0000 (19:39 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Sep 2004 19:39:30 +0000 (19:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@9633 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgp_1d.cc
deal.II/deal.II/source/fe/fe_dgp_2d.cc
deal.II/deal.II/source/fe/fe_dgp_3d.cc

index 656f16c269b7387fee04be0957b3c7321e895b4b..26c435db3034e1831a8ad1bed9ee2865c6e8ff7e 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 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
@@ -162,7 +162,7 @@ sizeof(FE_DGP<1>::Matrices::embedding[0]);
  */
 
 template <>
-const double * const FE_DGP<1>::Matrices::projection_matrices[][GeometryInfo<1>::children_per_cell];
+const double * const FE_DGP<1>::Matrices::projection_matrices[][GeometryInfo<1>::children_per_cell] = {{0}};
 
 template <>
 const unsigned int FE_DGP<1>::Matrices::n_projection_matrices
index 0fa32d73341b08b43e00b84cd6d4e7f983f6067c..6873e325d5c2753e9c13a95fb9eaea4f4b371957 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 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
@@ -519,7 +519,7 @@ sizeof(FE_DGP<2>::Matrices::embedding[0]);
  */
 
 template <>
-const double * const FE_DGP<2>::Matrices::projection_matrices[][GeometryInfo<2>::children_per_cell];
+const double * const FE_DGP<2>::Matrices::projection_matrices[][GeometryInfo<2>::children_per_cell] = {{0}};
 
 template <>
 const unsigned int FE_DGP<2>::Matrices::n_projection_matrices
index c6af647cf1d1c652a77f545e009c497ffead1de6..8e418937c38d1a9ae33912fcee07e8ca4ae23e76 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 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
@@ -804,7 +804,7 @@ sizeof(FE_DGP<3>::Matrices::embedding[0]);
  */
 
 template <>
-const double * const FE_DGP<3>::Matrices::projection_matrices[][GeometryInfo<3>::children_per_cell];
+const double * const FE_DGP<3>::Matrices::projection_matrices[][GeometryInfo<3>::children_per_cell] = {{0}};
 
 template <>
 const unsigned int FE_DGP<3>::Matrices::n_projection_matrices

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.