Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous authored Sep 29, 2023
1 parent 1164e28 commit 38c6064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simplex_tree/example/simplex_tree_multi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main() {

auto edge02 = {0, 2};
ST::Simplex_handle e = st.find(edge02);
// Finitely_critical_multi_filtration as an operator<<
// Finitely_critical_multi_filtration has an operator<<
std::cout << st.filtration(e) << std::endl;
assert(st.filtration(st.find(edge03)) == std::vector<float>({4,5,6}));

Expand Down

0 comments on commit 38c6064

Please sign in to comment.