From: wolf Date: Fri, 24 Jan 2003 23:18:06 +0000 (+0000) Subject: Ug, fix obvious problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39f5776532c5e28a724ce95c7460d8e6115b2c6;p=dealii-svn.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;