Changeset 825:a143f19f465b in lemon for lemon/edge_set.h
- Timestamp:
- 09/29/09 13:03:34 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/edge_set.h
r717 r825 868 868 } 869 869 870 void next(Arc& arc) const{870 static void next(Arc& arc) { 871 871 --arc.id; 872 872 } … … 1174 1174 } 1175 1175 1176 void next(Arc& arc) const{1176 static void next(Arc& arc) { 1177 1177 --arc.id; 1178 1178 } … … 1182 1182 } 1183 1183 1184 void next(Edge& arc) const{1184 static void next(Edge& arc) { 1185 1185 --arc.id; 1186 1186 }
Note: See TracChangeset
for help on using the changeset viewer.