changeset 921 | 818510fa3d99 |
parent 280 | 19f3943521ab |
child 986 | e997802b855c |
1.1 --- a/src/work/marci/oldies/marci_graph_demo.cc Wed Sep 29 14:12:26 2004 +0000 1.2 +++ b/src/work/marci/oldies/marci_graph_demo.cc Wed Sep 29 15:30:04 2004 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 #include <bfs_iterator.h> 1.5 #include <edmonds_karp.h> 1.6 1.7 -using namespace hugo; 1.8 +using namespace lemon; 1.9 1.10 int main (int, char*[]) 1.11 {