]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
New namespacing of functions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jul 2001 07:29:42 +0000 (07:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jul 2001 07:29:42 +0000 (07:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@4855 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/derivative_approximation.cc
tests/deal.II/error_estimator.cc
tests/deal.II/matrices.cc

index fea9cc52d22d40b77776ec4a1e12fe41730625ee..ef4455975f045be72a6f2ae96c5e9f915ce5daaa 100644 (file)
@@ -36,7 +36,7 @@ template <int dim>
 void
 check ()
 {
-  CosineFunction<dim> cosine;
+  Functions::CosineFunction<dim> cosine;
   
   Triangulation<dim> tr;  
   if (dim==2)
index 6c2f7830a79631f829029eff76304c2ad27a1544..0a069139281195b30fb0a793ec2168b557309d79 100644 (file)
@@ -73,7 +73,7 @@ template <int dim>
 void
 check ()
 {
-  CosineFunction<dim> function;
+  Functions::CosineFunction<dim> function;
   
   Triangulation<dim> tr;  
   if (dim==2)
index 97e2551f2e9c3da42f2ef79ddc868064f4e174f0..eb794d44b10e3651c8c1b01293024f1d4f12650f 100644 (file)
@@ -157,7 +157,7 @@ check ()
   
   SparseMatrix<double> matrix;
 
-  ExpFunction<dim> coefficient;
+  Functions::ExpFunction<dim> coefficient;
   
   typename FunctionMap<dim>::type function_map;
   function_map[0] = &coefficient;

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.