COIN-OR::LEMON - Graph Library

Changeset 1160:00f8d9f9920d in lemon for lemon/planarity.h


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

Further clang compilation fixes (#449)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/planarity.h

    r956 r1160  
    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.