src/work/jacint/preflow_hl4.h
changeset 105 a3c73e9b9b2e
parent 102 294cb99af985
child 109 fc5982b39e10
     1.1 --- a/src/work/jacint/preflow_hl4.h	Fri Feb 20 00:29:19 2004 +0000
     1.2 +++ b/src/work/jacint/preflow_hl4.h	Fri Feb 20 21:45:07 2004 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4  #include <stack>
     1.5  #include <queue>
     1.6  
     1.7 -namespace marci {
     1.8 +namespace hugo {
     1.9  
    1.10    template <typename Graph, typename T, 
    1.11      typename FlowMap=typename Graph::EdgeMap<T>, 
    1.12 @@ -478,7 +478,7 @@
    1.13  
    1.14  
    1.15    };
    1.16 -}//namespace marci
    1.17 +}//namespace hugo
    1.18  #endif 
    1.19  
    1.20