summaryrefslogtreecommitdiff
path: root/src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h')
-rw-r--r--src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h b/src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h
index aed328e2..1b23a1b2 100644
--- a/src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h
+++ b/src/Bipartite_graph_matching/include/gudhi/Persistence_diagrams_graph.h
@@ -32,7 +32,7 @@
namespace Gudhi {
-namespace bottleneck {
+namespace bipartite_graph_matching {
/** \internal \brief Returns the used index for encoding none of the points */
int null_point_index();
@@ -183,7 +183,7 @@ inline bool G::Compare_y::operator()(const int point_index_1, const int point_in
return y1 < y2;
}
-} // namespace bottleneck
+} // namespace bipartite_graph_matching
} // namespace Gudhi