Skip to content

Commit

Permalink
Merge pull request #16019 from bangerth/affine-13
Browse files Browse the repository at this point in the history
Remove unused variables.
  • Loading branch information
marcfehling committed Sep 20, 2023
2 parents 46f530f + e68ba6d commit 821af1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/lac/linear_operator_12.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>(),
Expand Down
1 change: 0 additions & 1 deletion tests/lac/linear_operator_12a.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>(),
Expand Down

0 comments on commit 821af1b

Please sign in to comment.