From 0c1809486e964218080a69c0c67b904e320e984b Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 19 Jul 2001 07:29:42 +0000 Subject: [PATCH] New namespacing of functions. git-svn-id: https://svn.dealii.org/trunk@4855 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/derivative_approximation.cc | 2 +- tests/deal.II/error_estimator.cc | 2 +- tests/deal.II/matrices.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deal.II/derivative_approximation.cc b/tests/deal.II/derivative_approximation.cc index fea9cc52d2..ef4455975f 100644 --- a/tests/deal.II/derivative_approximation.cc +++ b/tests/deal.II/derivative_approximation.cc @@ -36,7 +36,7 @@ template void check () { - CosineFunction cosine; + Functions::CosineFunction cosine; Triangulation tr; if (dim==2) diff --git a/tests/deal.II/error_estimator.cc b/tests/deal.II/error_estimator.cc index 6c2f7830a7..0a06913928 100644 --- a/tests/deal.II/error_estimator.cc +++ b/tests/deal.II/error_estimator.cc @@ -73,7 +73,7 @@ template void check () { - CosineFunction function; + Functions::CosineFunction function; Triangulation tr; if (dim==2) diff --git a/tests/deal.II/matrices.cc b/tests/deal.II/matrices.cc index 97e2551f2e..eb794d44b1 100644 --- a/tests/deal.II/matrices.cc +++ b/tests/deal.II/matrices.cc @@ -157,7 +157,7 @@ check () SparseMatrix matrix; - ExpFunction coefficient; + Functions::ExpFunction coefficient; typename FunctionMap::type function_map; function_map[0] = &coefficient; -- 2.39.5