$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.