From 06d19a70b969e86afdb1333fd284266c91efd76f Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 16 Oct 2009 00:21:45 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@19908 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/fe_values_view_21.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/deal.II/fe_values_view_21.cc b/tests/deal.II/fe_values_view_21.cc index 738e483241..b7c4712034 100644 --- a/tests/deal.II/fe_values_view_21.cc +++ b/tests/deal.II/fe_values_view_21.cc @@ -165,7 +165,6 @@ void MixedElastoPlasticity::assemble_system() const unsigned int dofs_per_cell = fe.dofs_per_cell; deallog << "dofs_per_cell: " << fe.dofs_per_cell << std::endl; - const unsigned int n_q_points = quadrature_formula.size(); FullMatrix local_matrix(dofs_per_cell, dofs_per_cell); Vector local_rhs(dofs_per_cell); -- 2.39.5