From: Wolfgang Bangerth Date: Fri, 24 Jan 2003 23:18:06 +0000 (+0000) Subject: Ug, fix obvious problem. X-Git-Tag: v8.0.0~17026 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9138c7d17d4ba5bc438800ca059d182a14aadedc;p=dealii.git Ug, fix obvious problem. git-svn-id: https://svn.dealii.org/trunk@6963 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-7/step-7.cc b/deal.II/examples/step-7/step-7.cc index 0b0b790c32..d0462ca73d 100644 --- a/deal.II/examples/step-7/step-7.cc +++ b/deal.II/examples/step-7/step-7.cc @@ -1877,4 +1877,4 @@ int main () // systems, and since it is necessary // to get things running on AIX, why // not do it: -template double SolutionBase<2>::width; +template const double SolutionBase<2>::width;