From: Wolfgang Bangerth Date: Tue, 19 Dec 2000 14:37:34 +0000 (+0000) Subject: Remove unnecessary variable. X-Git-Tag: v8.0.0~19868 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11b62f145edc9c2dce5fdacce5ee589818c2ea9;p=dealii.git Remove unnecessary variable. git-svn-id: https://svn.dealii.org/trunk@3575 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 36a1cd6c55..6e9f8de5ca 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1450,9 +1450,6 @@ DoFTools::compute_intergrid_weights_1 (const DoFHandler &coars // used by the dof handlers: const FiniteElement &coarse_fe = coarse_grid.get_fe(); - const unsigned int coarse_dofs_per_cell_component - = coarse_fe.base_element(coarse_fe.component_to_base(coarse_component)).dofs_per_cell; - // for each cell on the parameter grid: // find out which degrees of freedom on the // fine grid correspond in which way to