]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment out a variable that is unused in a function.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jul 2003 19:40:28 +0000 (19:40 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jul 2003 19:40:28 +0000 (19:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@7856 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_transfer_block.cc

index 47344d53b7bd21d92152e5f15fefdf4da949158e..b9a1f0b3f81c506e006f6ed4e854fc9357b7e40a 100644 (file)
@@ -31,7 +31,7 @@ template <int dim>
 void MGTransferBlockBase::build_matrices (
   const MGDoFHandler<dim>& mg_dof,
   const std::vector<bool>& select,
-  const std::vector<unsigned int>& target_component)
+  const std::vector<unsigned int>& /*target_component*/)
 {
   const FiniteElement<dim>& fe = mg_dof.get_fe();
   const unsigned int n_components  = fe.n_components();

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.