]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Testsuite: Lazily fix a failing test for clang
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Apr 2014 09:07:23 +0000 (09:07 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Apr 2014 09:07:23 +0000 (09:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@32813 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_transform_coefficient.cc

index beee2dd480d2ac2698f35a2a26b32e354cb0c9e6..a2b783dd331e6eb2a0877e46617c83d36e8ed56a 100644 (file)
@@ -108,7 +108,7 @@ int main ()
           }
     }
 
-  const Coefficient<dim> c;
+  Coefficient<dim> c;
   GridGenerator::laplace_transformation (tria, new_points, &c);
   HyperBallBoundary<dim> inner_ball(n_center, n_radius);
   tria.set_boundary(1, inner_ball);

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.