
8 May
2004
8 May
'04
4 p.m.
On Friday 07 May 2004 03:06 pm, Mark Purtill wrote:
The graphviz_write function is inconsistent in how it writes vertices. When it write the vertex itself, it uses get(vertex_index, ...), but when it writes the edges, it just writes the vertex descriptor. When using adjacency_list< listS, listS, bidirectionalS,... >, this produces bad output (the edges list their endpoints by hexadecimal address values).
Here's a patch:
Looks good; applied to CVS. Thanks! Doug