Skip to content

Commit

Permalink
Fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrmrc committed Nov 16, 2023
1 parent e64cc04 commit 673ef99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/agglomeration_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,6 @@ AgglomerationHandler<dim, spacedim>::setup_output_interpolation_matrix()
output_fe_values.reinit(standard_output);

local_matrix = 0.;

const auto &q_points = output_fe_values.get_quadrature_points();
for (const auto i : output_fe_values.dof_indices())
local_matrix(i, i) = 1.;
c.distribute_local_to_global(local_matrix,
Expand Down

0 comments on commit 673ef99

Please sign in to comment.