From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Fri, 16 Mar 2001 09:28:44 +0000 (+0000)
Subject: Fix missing const.
X-Git-Tag: v8.0.0~19541
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6b447e60d73371cd7718978fb874cd755e365f;p=dealii.git

Fix missing const.


git-svn-id: https://svn.dealii.org/trunk@4231 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/source/fe/fe_dgq_1d.cc b/deal.II/deal.II/source/fe/fe_dgq_1d.cc
index 31d4704a2e..e6715c23fe 100644
--- a/deal.II/deal.II/source/fe/fe_dgq_1d.cc
+++ b/deal.II/deal.II/source/fe/fe_dgq_1d.cc
@@ -22,7 +22,7 @@
 
 namespace FE_DGQ_1d
 {
-  static double dgq0_into_dgq0_refined[] =
+  static const double dgq0_into_dgq0_refined[] =
   {
 	1., 1.
   };