lemon/concept/ugraph.h
changeset 1979 c2992fd74dad
parent 1956 a055123339d5
child 1980 a954b780e3ab
     1.1 --- a/lemon/concept/ugraph.h	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/lemon/concept/ugraph.h	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -245,7 +245,7 @@
     1.4  
     1.5        ///\todo undocumented
     1.6        ///
     1.7 -      typedef True UTag;
     1.8 +      typedef True UndirectedTag;
     1.9  
    1.10        /// \brief The base type of node iterators, 
    1.11        /// or in other words, the trivial node iterator.