Changeset 937:d4e911acef3d in lemon-0.x for src/lemon/map_bits.h
- Timestamp:
- 10/04/04 19:13:21 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/map_bits.h
r921 r937 55 55 struct KeyInfo<Graph, typename Graph::SymEdgeIt> { 56 56 static int maxId(const Graph& graph) { 57 return graph.max EdgeId() >> 1;57 return graph.maxSymEdgeId(); 58 58 } 59 static int id(const Graph& graph, const typename Graph:: Edge& edge) {60 return graph.id(edge) >> 1;59 static int id(const Graph& graph, const typename Graph::SymEdge& edge) { 60 return graph.id(edge); 61 61 } 62 62 };
Note: See TracChangeset
for help on using the changeset viewer.