]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unused array. 7122/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 25 Aug 2018 20:52:31 +0000 (16:52 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 25 Aug 2018 20:52:31 +0000 (16:52 -0400)
dof_locations is later redefined as a reference to the face quadrature points.

include/deal.II/numerics/vector_tools.templates.h

index 8980930b52bab6cf1c7f2c99bd9cb32a670328c3..53810e8548f648b00ccf7d82ac79f42e15c21263 100644 (file)
@@ -2842,9 +2842,6 @@ namespace VectorTools
           std::vector<types::global_dof_index> face_dofs;
           face_dofs.reserve(DoFTools::max_dofs_per_face(dof));
 
-          std::vector<Point<spacedim>> dof_locations;
-          dof_locations.reserve(DoFTools::max_dofs_per_face(dof));
-
           // array to store the values of the boundary function at the boundary
           // points. have two arrays for scalar and vector functions to use the
           // more efficient one respectively

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.