[Lemon-commits] [lemon_svn] deba: r2595 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:47 CET 2006
Author: deba
Date: Wed Mar 1 13:46:52 2006
New Revision: 2595
Modified:
hugo/trunk/lemon/graph_utils.h
Log:
UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS
Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h (original)
+++ hugo/trunk/lemon/graph_utils.h Wed Mar 1 13:46:52 2006
@@ -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; \
More information about the Lemon-commits
mailing list