# HG changeset patch # User deba # Date 1141217212 0 # Node ID 6e1b62d42d94b1a689d9742800a1605aab0225ff # Parent d7442141d9efccfae734e03e00accf158735f4a1 UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS diff -r d7442141d9ef -r 6e1b62d42d94 lemon/graph_utils.h --- a/lemon/graph_utils.h Wed Mar 01 10:25:30 2006 +0000 +++ b/lemon/graph_utils.h Wed Mar 01 12:46:52 2006 +0000 @@ -80,12 +80,12 @@ /// ///\note If \c G it a template parameter, it should be used in this way. ///\code - /// UNDIRGRAPH_TYPEDEFS(typename G) + /// UGRAPH_TYPEDEFS(typename G) ///\endcode /// ///\warning There are no typedefs for the graph maps because of the lack of ///template typedefs in C++. -#define UNDIRGRAPH_TYPEDEFS(Graph) \ +#define UGRAPH_TYPEDEFS(Graph) \ GRAPH_TYPEDEFS(Graph) \ typedef Graph:: UEdge UEdge; \ typedef Graph:: UEdgeIt UEdgeIt; \