Changes in lemon/smart_graph.h [780:580af8cf2f6a:736:2e20aad15754] in lemon-main
- File:
-
- 1 edited
-
lemon/smart_graph.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lemon/smart_graph.h
r780 r736 498 498 } 499 499 500 static void next(Node& node){500 void next(Node& node) const { 501 501 --node._id; 502 502 } … … 506 506 } 507 507 508 static void next(Arc& arc){508 void next(Arc& arc) const { 509 509 --arc._id; 510 510 } … … 514 514 } 515 515 516 static void next(Edge& arc){516 void next(Edge& arc) const { 517 517 --arc._id; 518 518 }
Note: See TracChangeset
for help on using the changeset viewer.

