From: Timo Heister Date: Mon, 24 Sep 2012 22:03:38 +0000 (+0000) Subject: remove unused variable X-Git-Tag: v8.0.0~2049 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6070dcf9e0ab2479e0ad4ffe41bd84f6d0683a48;p=dealii.git remove unused variable git-svn-id: https://svn.dealii.org/trunk@26692 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)