summaryrefslogtreecommitdiff
path: root/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h')
-rw-r--r--src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h b/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h
index 7fa9453d..f346c62f 100644
--- a/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h
+++ b/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h
@@ -106,7 +106,7 @@ inline int Neighbors_finder::pull_near(int u_point_index) {
int tmp;
int c = G::corresponding_point_in_v(u_point_index);
if (G::on_the_u_diagonal(u_point_index) && !projections_f.empty())
- //All projections are at distance 0
+ //Any pair of projection is at distance 0
tmp = *projections_f.cbegin();
else if (contains(c) && (G::distance(u_point_index, c) <= r))
//Is the query point near to its projection ?