lemon/graph_utils.h
changeset 1992 6e1b62d42d94
parent 1990 15fb7a4ea6be
child 1993 2115143eceea
     1.1 --- a/lemon/graph_utils.h	Wed Mar 01 10:25:30 2006 +0000
     1.2 +++ b/lemon/graph_utils.h	Wed Mar 01 12:46:52 2006 +0000
     1.3 @@ -80,12 +80,12 @@
     1.4    ///
     1.5    ///\note If \c G it a template parameter, it should be used in this way.
     1.6    ///\code
     1.7 -  ///  UNDIRGRAPH_TYPEDEFS(typename G)
     1.8 +  ///  UGRAPH_TYPEDEFS(typename G)
     1.9    ///\endcode
    1.10    ///
    1.11    ///\warning There are no typedefs for the graph maps because of the lack of
    1.12    ///template typedefs in C++.
    1.13 -#define UNDIRGRAPH_TYPEDEFS(Graph)				\
    1.14 +#define UGRAPH_TYPEDEFS(Graph)				\
    1.15    GRAPH_TYPEDEFS(Graph)						\
    1.16      typedef Graph:: UEdge   UEdge;			\
    1.17      typedef Graph:: UEdgeIt UEdgeIt;			\