lemon/concept/graph.h
changeset 1909 2d806130e700
parent 1875 98698b69a902
child 1946 17eb3eaad9f8
     1.1 --- a/lemon/concept/graph.h	Thu Jan 26 06:44:22 2006 +0000
     1.2 +++ b/lemon/concept/graph.h	Thu Jan 26 15:42:13 2006 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4           public IterableGraphComponent, public MappableGraphComponent {
     1.5      public:
     1.6  
     1.7 -      typedef False UndirTag;
     1.8 +      typedef False UTag;
     1.9        
    1.10        typedef BaseGraphComponent::Node Node;
    1.11        typedef BaseGraphComponent::Edge Edge;
    1.12 @@ -123,7 +123,7 @@
    1.13  
    1.14        ///\todo undocumented
    1.15        ///
    1.16 -      typedef False UndirTag;
    1.17 +      typedef False UTag;
    1.18  
    1.19        /// Defalult constructor.
    1.20