COIN-OR::LEMON - Graph Library

Changeset 1470:9b6f8c3587f0 in lemon-0.x for lemon/list_graph.h


Ignore:
Timestamp:
06/10/05 14:16:25 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1950
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r1457 r1470  
    3939  protected:
    4040    struct NodeT {
    41       int first_in,first_out;
     41      int first_in, first_out;
    4242      int prev, next;
    4343    };
Note: See TracChangeset for help on using the changeset viewer.