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

tests/deal.II/boundaries.cc
tests/deal.II/filtered_matrix.cc

index 0a5d3cea68ce7d6f1a72cad21413096d2f6a4451..b5b3b39f369a2badb2d72c138ff328440eae5a2b 100644 (file)
@@ -120,7 +120,7 @@ check ()
                                   // FE2: a linear element, to make
                                   // things simple
   fe_list.push_back (new FE_Q<dim> (1));
-  function_list.push_back (new SquareFunction<dim>());
+  function_list.push_back (new Functions::SquareFunction<dim>());
   
                                   // check all of them
   for (unsigned int i=0; i<fe_list.size(); ++i)
index b04f76d8179a16c26f2deaf4b130aa37d7cef99c..e5fdd1a6eb5ac73db4c0f2da5636054cf080b7a5 100644 (file)
@@ -98,7 +98,7 @@ check ()
 {
   Triangulation<dim> tr;
 
-  CosineFunction<dim> cosine;
+  Functions::CosineFunction<dim> cosine;
   
   if (dim==2)
     GridGenerator::hyper_ball(tr, Point<dim>(), 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.