src/work/jacint/preflow_res.h
changeset 921 818510fa3d99
parent 444 618c5d6f36b9
child 986 e997802b855c
     1.1 --- a/src/work/jacint/preflow_res.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/jacint/preflow_res.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  // -*- C++ -*-
     1.5  //The same as preflow.h, using ResGraphWrapper
     1.6 -#ifndef HUGO_PREFLOW_RES_H
     1.7 -#define HUGO_PREFLOW_RES_H
     1.8 +#ifndef LEMON_PREFLOW_RES_H
     1.9 +#define LEMON_PREFLOW_RES_H
    1.10  
    1.11  #define H0 20
    1.12  #define H1 1
    1.13 @@ -12,7 +12,7 @@
    1.14  
    1.15  #include<iostream>
    1.16  
    1.17 -namespace hugo {
    1.18 +namespace lemon {
    1.19  
    1.20    template <typename Graph, typename T, 
    1.21  	    typename CapMap=typename Graph::template EdgeMap<T>, 
    1.22 @@ -486,9 +486,9 @@
    1.23  
    1.24    };
    1.25  
    1.26 -} //namespace hugo
    1.27 +} //namespace lemon
    1.28  
    1.29 -#endif //HUGO_PREFLOW_RES_H
    1.30 +#endif //LEMON_PREFLOW_RES_H
    1.31  
    1.32  
    1.33