src/work/marci_graph_traits.hh
changeset 107 8d62f0072ff0
parent 9 a9ed3f1c2c63
     1.1 --- a/src/work/marci_graph_traits.hh	Fri Feb 20 21:57:39 2004 +0000
     1.2 +++ b/src/work/marci_graph_traits.hh	Fri Feb 20 21:59:34 2004 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef MARCI_GRAPH_TRAITS_HH
     1.5  #define MARCI_GRAPH_TRAITS_HH
     1.6  
     1.7 -namespace marci {
     1.8 +namespace hugo {
     1.9  
    1.10    template <typename graph_type>
    1.11    struct graph_traits {
    1.12 @@ -14,6 +14,6 @@
    1.13      typedef typename graph_type::sym_edge_iterator sym_edge_iterator;
    1.14    };
    1.15  
    1.16 -} // namespace marci
    1.17 +} // namespace hugo
    1.18  
    1.19  #endif //MARCI_GRAPH_TRAITS_HH