From 050705bb0e33bc35265cc001d918d52962b32134 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Mar 2000 11:43:30 +0000 Subject: [PATCH] (Unrelated change while searching for MT errors) git-svn-id: https://svn.dealii.org/trunk@2629 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/function_lib.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5