From: Martin Kronbichler Date: Tue, 29 Oct 2013 10:09:48 +0000 (+0000) Subject: Remove unnecessary code X-Git-Tag: v8.1.0~456 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52284722963195cb6284fb5022b385a2e67eed6e;p=dealii.git Remove unnecessary code git-svn-id: https://svn.dealii.org/trunk@31478 0785d39b-7218-0410-832d-ea1e28bc413d --- 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();