COIN-OR::LEMON - Graph Library

Changeset 1212:15d7c5eadaca in lemon for lemon/path.h


Ignore:
Timestamp:
03/08/13 10:47:38 (11 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Greatly extend path_test.cc + fix compiler warning (#408)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path.h

    r1162 r1212  
    318318      /// Constructor with starting point
    319319      ArcIt(const SimplePath &_path, int _idx)
    320         : idx(_idx), path(&_path) {}
     320        : path(&_path), idx(_idx) {}
    321321
    322322    public:
Note: See TracChangeset for help on using the changeset viewer.