Skip to content

Commit

Permalink
Update src/Simplex_tree/include/gudhi/Simplex_tree.h
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
  • Loading branch information
hschreiber and mglisse authored Oct 29, 2024
1 parent af820c5 commit d92d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simplex_tree/include/gudhi/Simplex_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ class Simplex_tree {
return filtration(sh) == Filtration_simplex_base_real::get_infinity();
});
} else {
initialize_filtration(is_before_in_totally_ordered_filtration(this), [](Simplex_handle sh) -> bool {
initialize_filtration(is_before_in_totally_ordered_filtration(this), [](Simplex_handle) -> bool {
return false;
});
}
Expand Down

0 comments on commit d92d698

Please sign in to comment.