From: Wolfgang Bangerth Date: Fri, 24 Mar 2000 11:43:30 +0000 (+0000) Subject: (Unrelated change while searching for MT errors) X-Git-Tag: v8.0.0~20747 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050705bb0e33bc35265cc001d918d52962b32134;p=dealii.git (Unrelated change while searching for MT errors) git-svn-id: https://svn.dealii.org/trunk@2629 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_lib.cc b/deal.II/base/source/function_lib.cc index 3fca4699dc..285335921a 100644 --- a/deal.II/base/source/function_lib.cc +++ b/deal.II/base/source/function_lib.cc @@ -411,7 +411,7 @@ LSingularityFunction::gradient (const Point<2> &p, if ((x>=0) && (y>=0)) { //TODO: should return infinity, but how to do that? - static double infty[2] = {0., 0.}; + static const double infty[2] = {0., 0.}; return Tensor<1,2>(infty); }