]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning about an unused variable.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:54:09 +0000 (14:54 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:54:09 +0000 (14:54 -0700)
source/base/quadrature_lib.cc

index 24b8f0c9001e182f246605a8ba91038f14e3d5e0..37eaf86d264a33551fb9a1d0938fb1669a07abbf 100644 (file)
@@ -1372,7 +1372,6 @@ template<int dim>
 Quadrature<dim>
 QSimplex<dim>::compute_affine_transformation(const std::array<Point<dim>, dim+1>& vertices) const
 {
-  unsigned int i=0;
   Tensor<2,dim> B;
   for (unsigned int d=0; d<dim; ++d)
     B[d] = vertices[d+1]-vertices[0];

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.