From cc00dc47477787a9fe6efa1522199e8ee8b20375 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 19 Jul 2001 08:06:20 +0000 Subject: [PATCH] New namespacing of functions. git-svn-id: https://svn.dealii.org/trunk@4857 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/boundaries.cc | 2 +- tests/deal.II/filtered_matrix.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/boundaries.cc b/tests/deal.II/boundaries.cc index 0a5d3cea68..b5b3b39f36 100644 --- a/tests/deal.II/boundaries.cc +++ b/tests/deal.II/boundaries.cc @@ -120,7 +120,7 @@ check () // FE2: a linear element, to make // things simple fe_list.push_back (new FE_Q (1)); - function_list.push_back (new SquareFunction()); + function_list.push_back (new Functions::SquareFunction()); // check all of them for (unsigned int i=0; i tr; - CosineFunction cosine; + Functions::CosineFunction cosine; if (dim==2) GridGenerator::hyper_ball(tr, Point(), 1); -- 2.39.5