From: wolf Date: Wed, 23 May 2001 11:47:50 +0000 (+0000) Subject: Work around a gcc problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac0e946b89d4717be5b7e5c18aa89248cf85fcc;p=dealii-svn.git Work around a gcc problem. git-svn-id: https://svn.dealii.org/trunk@4718 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/derivatives.cc b/tests/deal.II/derivatives.cc index e8ab47eedf..da8982fe80 100644 --- a/tests/deal.II/derivatives.cc +++ b/tests/deal.II/derivatives.cc @@ -60,7 +60,7 @@ check (const unsigned int level, DoFHandler dof(tr); if (dim==2) - GridGenerator::hyper_ball(tr); + GridGenerator::hyper_ball(tr, Point(), 1); else GridGenerator::hyper_cube(tr, -1,1);