From: heister Date: Mon, 24 Sep 2012 22:03:38 +0000 (+0000) Subject: remove unused variable X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ec9fbe10143628e21605cdf61369f72bd177b1;p=dealii-svn.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)