Changeset 00b7c8
- Timestamp:
- 08/01/07 20:46:39 (6 years ago)
- Children:
- a6b8bd8
- Parents:
- 053fc5
- git-author:
- Tiago de Paula Peixoto <tiago@…> (08/01/07 20:46:39)
- git-committer:
- Tiago de Paula Peixoto <tiago@…> (08/01/07 20:46:39)
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/graph/graph.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r053fc5 r00b7c8 1 2007-08-01 Tiago de Paula Peixoto <tiago@forked.de> 2 3 * src/graph/graph.cc (GraphInterface::LabelParallelEdges): use vector_property_map instead of HashedDescriptorMap. 4 1 5 2007-07-31 Tiago de Paula Peixoto <tiago@forked.de> 2 6 -
src/graph/graph.cc
r40990f r00b7c8 433 433 catch (property_not_found) 434 434 { 435 typedef HashedDescriptorMap<edge_index_map_t,size_t> parallel_map_t;435 typedef vector_property_map<size_t,edge_index_map_t> parallel_map_t; 436 436 parallel_map_t parallel_map(_edge_index); 437 437 check_filter(*this, bind<void>(label_parallel_edges(), _1, _edge_index, parallel_map), reverse_check(), directed_check());
Note: See TracChangeset
for help on using the changeset viewer.


