]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unnecessary assignment 9176/head
authorPeter Munch <peterrmuench@gmail.com>
Mon, 16 Dec 2019 20:54:06 +0000 (21:54 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 16 Dec 2019 20:54:06 +0000 (21:54 +0100)
source/multigrid/mg_transfer_internal.cc

index 3b0afb6096afdacb4b3843e89821fb65a097d695..604b346d9bd5f1609f3b34498f4ef9ec051f56a0 100644 (file)
@@ -610,7 +610,6 @@ namespace internal
 
       // step 1.3: create a dummy 1D quadrature formula to extract the
       // lexicographic numbering for the elements
-      std::vector<Point<1>> basic_support_points = fe.get_unit_support_points();
       Assert(fe.dofs_per_vertex == 0 || fe.dofs_per_vertex == 1,
              ExcNotImplemented());
       const unsigned int shift = fe.dofs_per_cell - fe.dofs_per_vertex;

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.