COIN-OR::LEMON - Graph Library

Changeset 999:00f8d9f9920d in lemon-main for lemon


Ignore:
Timestamp:
09/13/12 12:02:27 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1000:404b98971e1f, 1008:d216e1c8b3fa
Phase:
public
Message:

Further clang compilation fixes (#449)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/planarity.h

    r877 r999  
    7373
    7474      void discover(const Arc& arc) {
    75         Node source = _graph.source(arc);
    7675        Node target = _graph.target(arc);
    7776
Note: See TracChangeset for help on using the changeset viewer.