]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unused local variable.
authorDavid Wells <wellsd2@rpi.edu>
Sun, 22 Jan 2017 16:58:42 +0000 (11:58 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 22 Jan 2017 17:17:21 +0000 (12:17 -0500)
include/deal.II/numerics/vector_tools.templates.h

index aed2ef802bb11aecd77973460c8ebfd2a236f56b..1d93df16a3d2b91d460068b666993579c485f999 100644 (file)
@@ -916,10 +916,6 @@ namespace VectorTools
       (void) project_to_boundary_first;
       (void) q_boundary;
 
-      const IndexSet locally_owned_dofs = dof.locally_owned_dofs();
-      IndexSet locally_relevant_dofs;
-      DoFTools::extract_locally_relevant_dofs(dof, locally_relevant_dofs);
-
       typedef typename VectorType::value_type number;
       Assert (dof.get_fe().n_components() == function.n_components,
               ExcDimensionMismatch(dof.get_fe().n_components(),

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.