From f39f5776532c5e28a724ce95c7460d8e6115b2c6 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Jan 2003 23:18:06 +0000 Subject: [PATCH] Ug, fix obvious problem. git-svn-id: https://svn.dealii.org/trunk@6963 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-7/step-7.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5