COIN-OR::LEMON - Graph Library

Changeset 1992:6e1b62d42d94 in lemon-0.x


Ignore:
Timestamp:
03/01/06 13:46:52 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2595
Message:

UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r1990 r1992  
    8181  ///\note If \c G it a template parameter, it should be used in this way.
    8282  ///\code
    83   ///  UNDIRGRAPH_TYPEDEFS(typename G)
     83  ///  UGRAPH_TYPEDEFS(typename G)
    8484  ///\endcode
    8585  ///
    8686  ///\warning There are no typedefs for the graph maps because of the lack of
    8787  ///template typedefs in C++.
    88 #define UNDIRGRAPH_TYPEDEFS(Graph)                              \
     88#define UGRAPH_TYPEDEFS(Graph)                          \
    8989  GRAPH_TYPEDEFS(Graph)                                         \
    9090    typedef Graph:: UEdge   UEdge;                      \
Note: See TracChangeset for help on using the changeset viewer.