]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't name unused args.
authorthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2001 12:17:27 +0000 (12:17 +0000)
committerthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2001 12:17:27 +0000 (12:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@5026 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index d13e05133785284a1a6c6374f552327222de480c..3e9d1dd42f19b0dbe608946c5da54b2750469da0 100644 (file)
@@ -649,12 +649,12 @@ VectorTools::create_boundary_right_hand_side (const Mapping<dim>      &mapping,
 #else
 
 void
-VectorTools::create_boundary_right_hand_side (const Mapping<1>    &mapping,
-                                             const DoFHandler<1> &dof_handler,
-                                             const Quadrature<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 Mapping<1>    &,
+                                             const DoFHandler<1> &,
+                                             const Quadrature<0> &,
+                                             const Function<1>   &,
+                                             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.