]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused local variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Jan 2010 13:01:57 +0000 (13:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Jan 2010 13:01:57 +0000 (13:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@20396 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/step-38.cc

index 0478ddab9b97cf8a0c1c4b7d8424c80d23225b3a..6775d1511538874969a8be1f8a11ac847a8e7096 100644 (file)
@@ -158,7 +158,6 @@ void DGIntegrator<dim>::cell(CellInfo& info)
                                   // might seem necessary.
   const FEValuesBase<dim>& fe_v = info.fe();
   FullMatrix<double>& local_matrix = info.M1[0].matrix;
-  Vector<double>& local_vector = info.R[0].block(0);
   const std::vector<double> &JxW = fe_v.get_JxW_values ();
 
                                   // With these objects, we continue

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.