summaryrefslogtreecommitdiff
path: root/src/Witness_complex/concept
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex/concept')
-rw-r--r--src/Witness_complex/concept/Simplicial_complex_for_witness.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Witness_complex/concept/Simplicial_complex_for_witness.h b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
index 9cc1a3cd..d78cc83f 100644
--- a/src/Witness_complex/concept/Simplicial_complex_for_witness.h
+++ b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
@@ -51,6 +51,9 @@ struct SimplicialComplexForWitness {
/** \brief Inserts a simplex with vertices from a given range
* 'vertex_range' in the simplicial complex.
+ * The function is only used in Witness_complex class
+ * and by construction, it is not necessary to check if
+ * the faces are in the simplicial complex before insertion.
* The simplex is given the filtration value 'filtration'.
* Filtration_value should be convertible from double.
* The return type is not used.
@@ -61,6 +64,7 @@ struct SimplicialComplexForWitness {
/** \brief Inserts a simplex and all its faces
* with vertices from a given range
* 'vertex_range' in the simplicial complex.
+ * The function is only used in Strong_witness_complex class.
* All inserted simplices are given the filtration
* value 'filtration'.
* Filtration_value should be convertible from double.