src/work/marci/bipartite_graph_wrapper.h
changeset 921 818510fa3d99
parent 902 309d81806228
child 986 e997802b855c
     1.1 --- a/src/work/marci/bipartite_graph_wrapper.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_graph_wrapper.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  // -*- c++ -*-
     1.5 -#ifndef HUGO_BIPARTITE_GRAPH_WRAPPER_H
     1.6 -#define HUGO_BIPARTITE_GRAPH_WRAPPER_H
     1.7 +#ifndef LEMON_BIPARTITE_GRAPH_WRAPPER_H
     1.8 +#define LEMON_BIPARTITE_GRAPH_WRAPPER_H
     1.9  
    1.10  ///\ingroup gwrappers
    1.11  ///\file
    1.12 @@ -10,12 +10,12 @@
    1.13  ///
    1.14  ///\author Marton Makai
    1.15  
    1.16 -#include <hugo/invalid.h>
    1.17 +#include <lemon/invalid.h>
    1.18  #include <iter_map.h>
    1.19 -#include <hugo/graph_wrapper.h>
    1.20 +#include <lemon/graph_wrapper.h>
    1.21  #include <for_each_macros.h>
    1.22  
    1.23 -namespace hugo {
    1.24 +namespace lemon {
    1.25  
    1.26    /// \brief A wrapper for composing a bipartite graph from a graph 
    1.27    /// and from a node-map showing for any node which color class it belongs to.
    1.28 @@ -926,8 +926,8 @@
    1.29  
    1.30    ///@}
    1.31  
    1.32 -} //namespace hugo
    1.33 +} //namespace lemon
    1.34  
    1.35  
    1.36 -#endif //HUGO_BIPARTITE_GRAPH_WRAPPER_H
    1.37 +#endif //LEMON_BIPARTITE_GRAPH_WRAPPER_H
    1.38