diff -r 2d6c8075d9d0 -r 818510fa3d99 src/work/marci/augmenting_flow.h --- a/src/work/marci/augmenting_flow.h Wed Sep 29 14:12:26 2004 +0000 +++ b/src/work/marci/augmenting_flow.h Wed Sep 29 15:30:04 2004 +0000 @@ -1,21 +1,21 @@ // -*- C++ -*- -#ifndef HUGO_AUGMENTING_FLOW_H -#define HUGO_AUGMENTING_FLOW_H +#ifndef LEMON_AUGMENTING_FLOW_H +#define LEMON_AUGMENTING_FLOW_H #include #include -#include +#include #include -#include -#include -#include +#include +#include +#include /// \file /// \brief Maximum flow algorithms. /// \ingroup galgs -namespace hugo { +namespace lemon { /// \addtogroup galgs /// @{ @@ -536,7 +536,7 @@ free1(erasing_res_graph); dfs.pushAndSetReached - /// \bug hugo 0.2 + /// \bug lemon 0.2 (typename ErasingResGW::Node (typename FilterResGW::Node (typename ResGW::Node(s) @@ -594,8 +594,8 @@ } -} //namespace hugo +} //namespace lemon -#endif //HUGO_AUGMENTING_FLOW_H +#endif //LEMON_AUGMENTING_FLOW_H