]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused variables. 16019/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 19 Sep 2023 22:50:03 +0000 (16:50 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 20 Sep 2023 12:43:36 +0000 (06:43 -0600)
tests/lac/linear_operator_12.cc
tests/lac/linear_operator_12a.cc

index cb2e34c7a05fc00d4360c9773f8a49fb60f57d34..1b39b3133fdbc68c4313bcf4c37793be47d4d6d0 100644 (file)
@@ -188,7 +188,6 @@ Step4<dim>::setup_system()
   constraints.clear();
   constraints.reinit(dof_handler.locally_owned_dofs(),
                      DoFTools::extract_locally_relevant_dofs(dof_handler));
-  std::map<unsigned int, double> boundary_values;
   VectorTools::interpolate_boundary_values(dof_handler,
                                            0,
                                            BoundaryValues<dim>(),
index c48a9f75877d1d7742d65144c3f7693f6a6279b5..b7415e2968d6e33001565f22fc2d2b94f355581f 100644 (file)
@@ -189,7 +189,6 @@ Step4<dim>::setup_system()
   constraints.clear();
   constraints.reinit(dof_handler.locally_owned_dofs(),
                      DoFTools::extract_locally_relevant_dofs(dof_handler));
-  std::map<unsigned int, double> boundary_values;
   VectorTools::interpolate_boundary_values(dof_handler,
                                            0,
                                            BoundaryValues<dim>(),

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.