src/work/deba/list_graph.h
changeset 921 818510fa3d99
parent 880 9d0bfd35b97c
child 986 e997802b855c
     1.1 --- a/src/work/deba/list_graph.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/deba/list_graph.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  // -*- mode:C++ -*-
     1.5  
     1.6 -#ifndef HUGO_LIST_GRAPH_H
     1.7 -#define HUGO_LIST_GRAPH_H
     1.8 +#ifndef LEMON_LIST_GRAPH_H
     1.9 +#define LEMON_LIST_GRAPH_H
    1.10  
    1.11  ///\ingroup graphs
    1.12  ///\file
    1.13 @@ -17,7 +17,7 @@
    1.14  
    1.15  #include "map_defines.h"
    1.16  
    1.17 -namespace hugo {
    1.18 +namespace lemon {
    1.19  
    1.20  /// \addtogroup graphs
    1.21  /// @{
    1.22 @@ -396,4 +396,4 @@
    1.23  
    1.24  }
    1.25  
    1.26 -#endif //HUGO_LIST_GRAPH_H
    1.27 +#endif //LEMON_LIST_GRAPH_H