From 0450cd8f8211b5b319d937eeb16d7a8a3095bce5 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 8 Aug 2005 23:32:00 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@11248 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_tools.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index e6285240b3..2bdaed93f4 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -788,8 +788,6 @@ FETools::compute_projection_matrices(const FiniteElement& fe, typename Triangulation::cell_iterator coarse_cell = tr.begin(0); - typename Triangulation::cell_iterator fine_cell; - // Compute the coarse level mass // matrix coarse.reinit(coarse_cell); -- 2.39.5