]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix function name
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jan 2008 00:02:55 +0000 (00:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jan 2008 00:02:55 +0000 (00:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@15657 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/no_flux_01.cc
tests/deal.II/no_flux_02.cc
tests/deal.II/no_flux_03.cc

index db8ff53584a3518b73da8cbf14716e3dbb7e1cc2..dc2b27f886b8413ddf5733dd63d2950c16655ef4 100644 (file)
@@ -33,7 +33,7 @@
 
 
 template<int dim>
-void test_projection (const Triangulation<dim>& tr,
+void test (const Triangulation<dim>& tr,
                      const FiniteElement<dim>& fe)
 {
   DoFHandler<dim> dof(tr);
@@ -71,7 +71,7 @@ void test_hyper_cube()
   for (unsigned int degree=1; degree<4; ++degree)
     {
       FESystem<dim> fe (FE_Q<dim>(degree), dim);
-      test_projection(tr, fe);
+      test(tr, fe);
     }
 }
 
index 7dccf6d12f30ac93acaa26885bed2537a9c21b1b..e3c2c45f2dd5af2de8dc1cf0c0ec055df3fae577 100644 (file)
@@ -35,7 +35,7 @@
 
 
 template<int dim>
-void test_projection (const Triangulation<dim>& tr,
+void test (const Triangulation<dim>& tr,
                      const FiniteElement<dim>& fe)
 {
   DoFHandler<dim> dof(tr);
@@ -75,7 +75,7 @@ void test_hyper_cube()
       FESystem<dim> fe (FE_Q<dim>(degree+1), 1,
                        FE_Q<dim>(degree), dim,
                        FE_Q<dim>(degree+1), 1);
-      test_projection(tr, fe);
+      test(tr, fe);
     }
 }
 
index b41586f46bafc4551dfbcc1f22e39ea0c225e2d5..5780ed3972741a0bdb13fe0358be3ebf5c58defa 100644 (file)
@@ -36,7 +36,7 @@
 
 
 template<int dim>
-void test_projection (const Triangulation<dim>& tr,
+void test (const Triangulation<dim>& tr,
                      const FiniteElement<dim>& fe)
 {
   DoFHandler<dim> dof(tr);
@@ -70,7 +70,7 @@ void test_hyper_sphere()
   for (unsigned int degree=1; degree<4; ++degree)
     {
       FESystem<dim> fe (FE_Q<dim>(degree), dim);
-      test_projection(tr, fe);
+      test(tr, fe);
     }
 }
 

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.