COIN-OR::LEMON - Graph Library

Changeset 279:be43902fadb7 in lemon-0.x for src/work/list_graph.h


Ignore:
Timestamp:
04/03/04 16:22:33 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@393
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/list_graph.h

    r265 r279  
    310310    bool valid(Edge e) const { return e.valid(); }
    311311   
    312     template <typename It> It getNext(It it) const {
    313       It tmp(it); next(tmp); return tmp; }
     312//    template <typename It> It getNext(It it) const {
     313//      It tmp(it); next(tmp); return tmp; }
    314314//     NodeIt& next(NodeIt& it) const { return ++it; }
    315315//     EdgeIt& next(EdgeIt& it) const { return ++it; }
Note: See TracChangeset for help on using the changeset viewer.