]> https://gitweb.dealii.org/ - dealii.git/commitdiff
spurious const removed
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 6 May 2002 11:30:37 +0000 (11:30 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 6 May 2002 11:30:37 +0000 (11:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@5823 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function_lib.h

index 6a94b57b48a66019b906ace1b396a5741403fb87..b462dc2270d04eac054d4dcb87b1ea7fb3a6bf4b 100644 (file)
@@ -837,12 +837,12 @@ namespace Functions
                                       /**
                                        * Center of the integration ball.
                                        */
-      const Point<dim> center;
+      Point<dim> center;
 
                                       /**
                                        * Radius of the ball.
                                        */
-      const double radius;
+      double radius;
 
                                       /**
                                        * Component selected. If

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.