From 52284722963195cb6284fb5022b385a2e67eed6e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 29 Oct 2013 10:09:48 +0000 Subject: [PATCH] Remove unnecessary code git-svn-id: https://svn.dealii.org/trunk@31478 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-37/step-37.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index 21fbf0f2d8..9cf1b00a84 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -845,8 +845,6 @@ namespace Step37 const unsigned int n_q_points = quadrature_formula.size(); std::vector local_dof_indices (dofs_per_cell); - const Coefficient coefficient; - std::vector coefficient_values (n_q_points); typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(), endc = dof_handler.end(); -- 2.39.5