From 8c5f6f49bce7502f8de73fd80b9b9a41b1ead105 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 25 Aug 2018 16:52:31 -0400 Subject: [PATCH] Remove an unused array. dof_locations is later redefined as a reference to the face quadrature points. --- include/deal.II/numerics/vector_tools.templates.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 8980930b52..53810e8548 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -2842,9 +2842,6 @@ namespace VectorTools std::vector face_dofs; face_dofs.reserve(DoFTools::max_dofs_per_face(dof)); - std::vector> 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 -- 2.39.5