]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused function arguments.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Nov 2010 15:40:02 +0000 (15:40 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Nov 2010 15:40:02 +0000 (15:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@22757 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vectors.templates.h

index e9cb98480135d55e7caca359d551e638f7de9dc1..d6eb80d65fed939a65c9fafb85d807ab54a81cad 100644 (file)
@@ -1041,12 +1041,12 @@ VectorTools::create_boundary_right_hand_side (const DoFHandler<dim,spacedim>   &
 
 template <>
 void
-VectorTools::create_boundary_right_hand_side (const hp::MappingCollection<1,1>      &mapping,
-                                             const hp::DoFHandler<1,1>   &dof_handler,
-                                             const hp::QCollection<0> &quadrature,
-                                             const Function<1>     &rhs_function,
-                                             Vector<double>          &rhs_vector,
-                                             const std::set<unsigned char> &boundary_indicators)
+VectorTools::create_boundary_right_hand_side (const hp::MappingCollection<1,1>      &,
+                                             const hp::DoFHandler<1,1>   &,
+                                             const hp::QCollection<0> &,
+                                             const Function<1>     &,
+                                             Vector<double>          &,
+                                             const std::set<unsigned char> &)
 {
   Assert (false, ExcImpossibleInDim(1));
 }
@@ -1055,12 +1055,12 @@ VectorTools::create_boundary_right_hand_side (const hp::MappingCollection<1,1>
 
 template <>
 void
-VectorTools::create_boundary_right_hand_side (const hp::MappingCollection<1,2>      &mapping,
-                                             const hp::DoFHandler<1,2>   &dof_handler,
-                                             const hp::QCollection<0> &quadrature,
-                                             const Function<2>     &rhs_function,
-                                             Vector<double>          &rhs_vector,
-                                             const std::set<unsigned char> &boundary_indicators)
+VectorTools::create_boundary_right_hand_side (const hp::MappingCollection<1,2>      &,
+                                             const hp::DoFHandler<1,2>   &,
+                                             const hp::QCollection<0> &,
+                                             const Function<2>     &,
+                                             Vector<double>          &,
+                                             const std::set<unsigned char> &)
 {
   Assert (false, ExcImpossibleInDim(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.