From: Guido Kanschat Date: Mon, 6 May 2002 11:30:37 +0000 (+0000) Subject: spurious const removed X-Git-Tag: v8.0.0~18041 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd45fa6f4bdf640608100da60c34291b91cb403a;p=dealii.git spurious const removed git-svn-id: https://svn.dealii.org/trunk@5823 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function_lib.h b/deal.II/base/include/base/function_lib.h index 6a94b57b48..b462dc2270 100644 --- a/deal.II/base/include/base/function_lib.h +++ b/deal.II/base/include/base/function_lib.h @@ -837,12 +837,12 @@ namespace Functions /** * Center of the integration ball. */ - const Point center; + Point center; /** * Radius of the ball. */ - const double radius; + double radius; /** * Component selected. If