summaryrefslogtreecommitdiff
path: root/src/Collapse/doc
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-05-11 08:56:18 +0200
committerGitHub <noreply@github.com>2020-05-11 08:56:18 +0200
commit0d5556975f7977f6fd41cde4841b1ccd23a66f6b (patch)
treefc5d88d379b1c154439d3bc0e7502344a7e10f94 /src/Collapse/doc
parent3d76d8f85e7ffa20631a72a8464b3b5401b77c41 (diff)
Update src/Collapse/doc/intro_edge_collapse.h
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src/Collapse/doc')
-rw-r--r--src/Collapse/doc/intro_edge_collapse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Collapse/doc/intro_edge_collapse.h b/src/Collapse/doc/intro_edge_collapse.h
index 5c126d29..82fadfb0 100644
--- a/src/Collapse/doc/intro_edge_collapse.h
+++ b/src/Collapse/doc/intro_edge_collapse.h
@@ -70,7 +70,7 @@ namespace collapse {
* If an edge \f$e_j, j < i \f$ during the backward search is found to be non-dominated, we include \f$e_j\f$ in to the
* reduced filtration and we set its new filtration value to be \f$i\f$ that is the index of \f$e_i\f$.
* The precise mechanism for this reduction has been described in Section 5 \cite edgecollapsesocg2020.
- * Here we implement this mechanism for a filtration of Rips complex,
+ * Here we implement this mechanism for a filtration of Rips complex.
* After perfoming the reduction the filtration reduces to a flag-filtration with the same persistence as the original
* filtration.
*