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 Sep 12, 2024
1 parent 9e5d652 commit d813c89
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 @@ -165,7 +165,7 @@ class Simplex_tree {
};
struct Filtration_simplex_base_dummy {
Filtration_simplex_base_dummy() {}
Filtration_simplex_base_dummy(Filtration_value f) {
Filtration_simplex_base_dummy(Filtration_value GUDHI_CHECK_code(f)) {
GUDHI_CHECK(f == 0, "filtration value specified for a complex that does not store them");
}
void assign_filtration(Filtration_value GUDHI_CHECK_code(f)) {
Expand Down

0 comments on commit d813c89

Please sign in to comment.