summaryrefslogtreecommitdiff
path: root/src/Bipartite_graph_matching/include/gudhi/Grid_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graph_matching/include/gudhi/Grid_cell.h')
-rw-r--r--src/Bipartite_graph_matching/include/gudhi/Grid_cell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bipartite_graph_matching/include/gudhi/Grid_cell.h b/src/Bipartite_graph_matching/include/gudhi/Grid_cell.h
index eee938cb..e9cf08b9 100644
--- a/src/Bipartite_graph_matching/include/gudhi/Grid_cell.h
+++ b/src/Bipartite_graph_matching/include/gudhi/Grid_cell.h
@@ -31,7 +31,7 @@
namespace Gudhi {
-namespace bottleneck {
+namespace bipartite_graph_matching {
/** \internal \brief TODO
*
@@ -181,7 +181,7 @@ inline int Grid_cell::pull_xi_yi(int u_point_index){
return null_point_index();
}
-} // namespace bottleneck
+} // namespace bipartite_graph_matching
} // namespace Gudhi