Changeset 178:cd254eed75eb in lemon-0.x for src/work/alpar/emptygraph.h
- Timestamp:
- 03/12/04 17:13:44 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/emptygraph.h
r174 r178 129 129 130 130 /// Go to the next node. 131 Node &next(Node&i) const { return i;}131 NodeIt &next(NodeIt &i) const { return i;} 132 132 /// Go to the next incoming edge. 133 133 InEdgeIt &next(InEdgeIt &i) const { return i;}
Note: See TracChangeset
for help on using the changeset viewer.