Skip to content

Commit

Permalink
Remove one more unused lambda capture
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Dec 20, 2024
1 parent 93ab03c commit 4d61cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/mesh_tools.C
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ dof_id_type n_connected_components(const MeshBase & mesh,
};

auto add_to_component =
[&mesh, &find_component]
[&find_component]
(std::unordered_set<const Node *> & component, const Node * n) {

auto current_component = find_component(n);
Expand Down

0 comments on commit 4d61cc9

Please sign in to comment.