diff -r 2d6c8075d9d0 -r 818510fa3d99 src/work/marci/bipartite_graph_wrapper.h --- a/src/work/marci/bipartite_graph_wrapper.h Wed Sep 29 14:12:26 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper.h Wed Sep 29 15:30:04 2004 +0000 @@ -1,6 +1,6 @@ // -*- c++ -*- -#ifndef HUGO_BIPARTITE_GRAPH_WRAPPER_H -#define HUGO_BIPARTITE_GRAPH_WRAPPER_H +#ifndef LEMON_BIPARTITE_GRAPH_WRAPPER_H +#define LEMON_BIPARTITE_GRAPH_WRAPPER_H ///\ingroup gwrappers ///\file @@ -10,12 +10,12 @@ /// ///\author Marton Makai -#include +#include #include -#include +#include #include -namespace hugo { +namespace lemon { /// \brief A wrapper for composing a bipartite graph from a graph /// and from a node-map showing for any node which color class it belongs to. @@ -926,8 +926,8 @@ ///@} -} //namespace hugo +} //namespace lemon -#endif //HUGO_BIPARTITE_GRAPH_WRAPPER_H +#endif //LEMON_BIPARTITE_GRAPH_WRAPPER_H