COIN-OR::LEMON - Graph Library

Changeset 984:f7538f6f4c61 in lemon-0.x


Ignore:
Timestamp:
11/11/04 13:12:28 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1372
Message:

Copy-Paste bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/full_graph.h

    r983 r984  
    216216  public:
    217217
    218     typedef FullGraphBase Graph;
     218    typedef UndirFullGraphBase Graph;
    219219
    220220    class Node;
     
    223223  public:
    224224
    225     FullGraphBase() {}
     225    UndirFullGraphBase() {}
    226226
    227227
Note: See TracChangeset for help on using the changeset viewer.