]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Work around a gcc problem.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 11:47:50 +0000 (11:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 11:47:50 +0000 (11:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@4718 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/derivatives.cc

index e8ab47eedf887722b7a9da58ffea26397bb6c27d..da8982fe8011e2bb47612af81ed69082c1286928 100644 (file)
@@ -60,7 +60,7 @@ check (const unsigned int level,
   
   DoFHandler<dim> dof(tr);
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
     GridGenerator::hyper_cube(tr, -1,1);
   

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.