COIN-OR::LEMON - Graph Library

Changeset 1425:ed2c21cbd6ef in lemon


Ignore:
Timestamp:
05/15/19 13:41:19 (5 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.3
Phase:
public
Message:

Backport relevant part of bugfix [4add05447ca0] to branch 1.3 (#623)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r1357 r1425  
    12101210    ListGraph() {}
    12111211
    1212     typedef Parent::OutArcIt IncEdgeIt;
     1212    typedef Parent::IncEdgeIt IncEdgeIt;
    12131213
    12141214    /// \brief Add a new node to the graph.
     
    21372137    ListBpGraph() {}
    21382138
    2139     typedef Parent::OutArcIt IncEdgeIt;
     2139    typedef Parent::IncEdgeIt IncEdgeIt;
    21402140
    21412141    /// \brief Add a new red node to the graph.
Note: See TracChangeset for help on using the changeset viewer.