src/work/marci/experiment/list_graph.h
changeset 921 818510fa3d99
parent 281 3fefabfd00b7
child 986 e997802b855c
     1.1 --- a/src/work/marci/experiment/list_graph.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/experiment/list_graph.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  // -*- c++ -*-
     1.5 -#ifndef HUGO_LIST_GRAPH_H
     1.6 -#define HUGO_LIST_GRAPH_H
     1.7 +#ifndef LEMON_LIST_GRAPH_H
     1.8 +#define LEMON_LIST_GRAPH_H
     1.9  
    1.10  #include <iostream>
    1.11  #include <vector>
    1.12  
    1.13  #include <invalid.h>
    1.14  
    1.15 -namespace hugo {
    1.16 +namespace lemon {
    1.17  
    1.18    template <typename It>
    1.19    int count(It it) { 
    1.20 @@ -565,6 +565,6 @@
    1.21  //   }
    1.22  
    1.23  
    1.24 -} //namespace hugo
    1.25 +} //namespace lemon
    1.26  
    1.27 -#endif //HUGO_LIST_GRAPH_H
    1.28 +#endif //LEMON_LIST_GRAPH_H