lemon/concept/bpugraph.h
changeset 1979 c2992fd74dad
parent 1956 a055123339d5
child 1993 2115143eceea
     1.1 --- a/lemon/concept/bpugraph.h	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/lemon/concept/bpugraph.h	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -70,7 +70,7 @@
     1.4      public:
     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.