From 6070dcf9e0ab2479e0ad4ffe41bd84f6d0683a48 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 24 Sep 2012 22:03:38 +0000 Subject: [PATCH] remove unused variable git-svn-id: https://svn.dealii.org/trunk@26692 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.templates.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.templates.h b/deal.II/include/deal.II/numerics/vector_tools.templates.h index 2b7c2ad0cc..1452b65b0e 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -2801,7 +2801,6 @@ namespace VectorTools const std::vector >& reference_quadrature_points = fe_values.get_quadrature ().get_points (); - const unsigned int degree = fe.degree - 1; std::pair base_indices (0, 0); if (dynamic_cast*> (&cell->get_fe ()) != 0) -- 2.39.5