From a6277db5431631bf259a34dd8a50fa2f21a56182 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 20 Jan 2010 13:01:57 +0000 Subject: [PATCH] Remove unused local variable. git-svn-id: https://svn.dealii.org/trunk@20396 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-38/step-38.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/examples/step-38/step-38.cc b/deal.II/examples/step-38/step-38.cc index 0478ddab9b..6775d15115 100644 --- a/deal.II/examples/step-38/step-38.cc +++ b/deal.II/examples/step-38/step-38.cc @@ -158,7 +158,6 @@ void DGIntegrator::cell(CellInfo& info) // might seem necessary. const FEValuesBase& fe_v = info.fe(); FullMatrix& local_matrix = info.M1[0].matrix; - Vector& local_vector = info.R[0].block(0); const std::vector &JxW = fe_v.get_JxW_values (); // With these objects, we continue -- 2.39.5