changeset 105 | a3c73e9b9b2e |
parent 47 | cbdb54e46d96 |
1.1 --- a/src/work/jacint/preflow_push_hl.hh Fri Feb 20 00:29:19 2004 +0000 1.2 +++ b/src/work/jacint/preflow_push_hl.hh Fri Feb 20 21:45:07 2004 +0000 1.3 @@ -32,7 +32,7 @@ 1.4 #include <marci_property_vector.hh> 1.5 #include <reverse_bfs.hh> 1.6 1.7 -namespace marci { 1.8 +namespace hugo { 1.9 1.10 template <typename graph_type, typename T> 1.11 class preflow_push_hl { 1.12 @@ -312,7 +312,7 @@ 1.13 1.14 1.15 }; 1.16 -}//namespace marci 1.17 +}//namespace hugo 1.18 #endif 1.19 1.20