summaryrefslogtreecommitdiff
path: root/src/Bipartite_graph_matching/include/gudhi/Graph_matching.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graph_matching/include/gudhi/Graph_matching.h')
-rw-r--r--src/Bipartite_graph_matching/include/gudhi/Graph_matching.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bipartite_graph_matching/include/gudhi/Graph_matching.h b/src/Bipartite_graph_matching/include/gudhi/Graph_matching.h
index 2bcc6a61..46a5f375 100644
--- a/src/Bipartite_graph_matching/include/gudhi/Graph_matching.h
+++ b/src/Bipartite_graph_matching/include/gudhi/Graph_matching.h
@@ -31,7 +31,7 @@
namespace Gudhi {
-namespace bottleneck {
+namespace bipartite_graph_matching {
/** \brief Function to use in order to compute the Bottleneck distance between two persistence diagrams.
*
@@ -209,7 +209,7 @@ double bottleneck_distance(const Persistence_diagram1 &diag1, const Persistence_
return sd->at(idmin);
}
-} // namespace bottleneck
+} // namespace bipartite_graph_matching
} // namespace Gudhi