]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Oct 2009 00:21:45 +0000 (00:21 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Oct 2009 00:21:45 +0000 (00:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@19908 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_21.cc

index 738e4832417e581369fc316fbea815b32a1b64ee..b7c47120349b459ad5613aeb3af450061d8806ec 100644 (file)
@@ -165,7 +165,6 @@ void MixedElastoPlasticity<dim>::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<double> local_matrix(dofs_per_cell, dofs_per_cell);
   Vector<double> local_rhs(dofs_per_cell);

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.