]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
removed th eunused variables
authorjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 11 Dec 2011 11:48:33 +0000 (11:48 +0000)
committerjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 11 Dec 2011 11:48:33 +0000 (11:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@24822 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/multigrid/mg_tools.cc

index 76b6fc0085996facb93a80d4dd049b2ca594bd96..dea49b746398d108dae5617d3e7c17085ad4a852 100644 (file)
@@ -1469,7 +1469,6 @@ extract_non_interface_dofs (const MGDoFHandler<dim,spacedim> &mg_dof_handler,
          ExcDimensionMismatch (non_interface_dofs.size(),
                                mg_dof_handler.get_tria().n_levels()));
 
-  const unsigned int nlevels = mg_dof_handler.get_tria().n_levels();
   const FiniteElement<dim,spacedim> &fe = mg_dof_handler.get_fe();
 
   const unsigned int   dofs_per_cell   = fe.dofs_per_cell;
@@ -1483,7 +1482,6 @@ extract_non_interface_dofs (const MGDoFHandler<dim,spacedim> &mg_dof_handler,
                                            endc = mg_dof_handler.end();
 
 
-  bool any_dof_set = false;
   for (; cell!=endc; ++cell)
     {
       std::fill (cell_dofs.begin(), cell_dofs.end(), false);

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.