summaryrefslogtreecommitdiff
path: root/src/Bipartite_graph_matching/example/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graph_matching/example/example.cpp')
-rw-r--r--src/Bipartite_graph_matching/example/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bipartite_graph_matching/example/example.cpp b/src/Bipartite_graph_matching/example/example.cpp
index 683f7723..d190ab48 100644
--- a/src/Bipartite_graph_matching/example/example.cpp
+++ b/src/Bipartite_graph_matching/example/example.cpp
@@ -23,7 +23,7 @@
#include "../include/gudhi/Graph_matching.h"
#include <iostream>
-using namespace Gudhi::bottleneck;
+using namespace Gudhi::bipartite_graph_matching;
int main() {