COIN-OR::LEMON - Graph Library

Changeset 924:c67e235c832f in lemon


Ignore:
Timestamp:
10/15/09 21:03:17 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Bug fix in Suurballe (#323)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/suurballe.h

    r670 r924  
    521521    /// \pre \ref run() or \ref findPaths() must be called before using
    522522    /// this function.
    523     Path path(int i) const {
     523    const Path& path(int i) const {
    524524      return paths[i];
    525525    }
Note: See TracChangeset for help on using the changeset viewer.