]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused varaible.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Mar 2010 20:48:05 +0000 (20:48 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Mar 2010 20:48:05 +0000 (20:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@20733 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_transfer_component.cc

index 516abe195782d82a89231a7299ba84ea805642f8..2a5d4d58f9c23125bf45330ac7faad2b0081691a 100644 (file)
@@ -647,10 +647,8 @@ void MGTransferSelect<number>::build_matrices (
                {
                  const unsigned int level_start
                    = mg_component_start[level][mg_target_component[component]];
-                 const unsigned int global_start
-                   = component_start[target_component[component]];
                  temp_copy_indices[level_dof_indices[i]-level_start] =
-                   global_dof_indices[i];//-global_start;
+                   global_dof_indices[i];
                }
            }
        }

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.