COIN-OR::LEMON - Graph Library

Changeset 2510:bb523a4758f7 in lemon-0.x for lemon/steiner.h


Ignore:
Timestamp:
11/14/07 16:36:37 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3375
Message:

removing semicolon ftom the end of GRAPH_TYPEDEFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/steiner.h

    r2399 r2510  
    5656  public:
    5757   
    58     UGRAPH_TYPEDEFS(typename UGraph)
     58    UGRAPH_TYPEDEFS(typename UGraph);
    5959
    6060    typedef typename CostMap::Value Value;
Note: See TracChangeset for help on using the changeset viewer.