Boost logo

Boost Users :

From: John Reid (j.reid_at_[hidden])
Date: 2007-05-01 08:52:25


A quick note to say my original code was wrong in another way:
distances = graph.add_edge_property('float')

should be:
distances = graph.add_vertex_property('float')

Thanks again,
John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net