src/work/marci/experiment/graph_wrapper_st_ostream_op.h
changeset 921 818510fa3d99
parent 445 6fe0d7d70674
child 986 e997802b855c
     1.1 --- a/src/work/marci/experiment/graph_wrapper_st_ostream_op.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/experiment/graph_wrapper_st_ostream_op.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  // -*- c++ -*-
     1.5 -#ifndef HUGO_GRAPH_WRAPPER_H
     1.6 -#define HUGO_GRAPH_WRAPPER_H
     1.7 +#ifndef LEMON_GRAPH_WRAPPER_H
     1.8 +#define LEMON_GRAPH_WRAPPER_H
     1.9  
    1.10  #include <invalid.h>
    1.11  #include <iter_map.h>
    1.12  
    1.13 -namespace hugo {
    1.14 +namespace lemon {
    1.15  
    1.16    // Graph wrappers
    1.17  
    1.18    /// \addtogroup gwrappers
    1.19 -  /// A main parts of HUGOlib are the different graph structures, 
    1.20 +  /// A main parts of LEMON are the different graph structures, 
    1.21    /// generic graph algorithms, graph concepts which couple these, and 
    1.22    /// graph wrappers. While the previous ones are more or less clear, the 
    1.23    /// latter notion needs further explanation.
    1.24 @@ -1646,8 +1646,8 @@
    1.25  
    1.26    ///@}
    1.27  
    1.28 -} //namespace hugo
    1.29 +} //namespace lemon
    1.30  
    1.31  
    1.32 -#endif //HUGO_GRAPH_WRAPPER_H
    1.33 +#endif //LEMON_GRAPH_WRAPPER_H
    1.34