summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-12 12:54:03 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-12 12:54:03 +0000
commit4b619ec130bfa6cff47fbde47a732d890327f465 (patch)
tree92cde5af06f4dee7419dd696f64d118ed51eee5e /src/Toplex_map/include
parent004ff4cfc01d1c8128a2b39092dbfbc25149069d (diff)
Bad comment for lazy num_maximal_simplices
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3948 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f0926058af8b0cfc77c9346feda6f6c4db2c9828
Diffstat (limited to 'src/Toplex_map/include')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_Toplex_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h b/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
index ea10d390..0cae967e 100644
--- a/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
@@ -64,8 +64,8 @@ public:
* \ingroup toplex_map */
Vertex contraction(const Vertex x, const Vertex y);
- /** \brief Number of simplices stored.
- * \ingroup toplex_map */
+ /** \brief Number of maximal simplices.
+ * \ingroup toplex_map */
std::size_t num_maximal_simplices() const;
std::unordered_map<Vertex, std::size_t> gamma0_lbounds;