]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unnecessary code 3281/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 22 Oct 2016 10:07:03 +0000 (12:07 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 22 Oct 2016 10:07:03 +0000 (12:07 +0200)
source/fe/mapping_q_generic.cc

index 154217f67515c9ba054f7c7064f8e87bd92d07d5..3cae9d35644acdeb3469e5425f7085b6b435a64c 100644 (file)
@@ -3719,12 +3719,6 @@ add_quad_support_points(const Triangulation<3,3>::cell_iterator &cell,
   static const StraightBoundary<3> straight_boundary;
   // used if face quad at boundary or entirely in the interior of the domain
   std::vector<Point<3> > quad_points ((polynomial_degree-1)*(polynomial_degree-1));
-  // used if only one line of face quad is at boundary
-  std::vector<Point<3> > b(4*polynomial_degree);
-
-  // Used by the new Manifold interface. This vector collects the
-  // vertices used to compute the intermediate points.
-  std::vector<Point<3> > vertices(4);
 
   // loop over all faces and collect points on them
   for (unsigned int face_no=0; face_no<faces_per_cell; ++face_no)

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.