$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-21 07:27:23
There's memory access violation in
brandes_betweenness_centrality_test.cpp . This error is thrown inside
function put called in line 264 :
for (tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi)
put(centrality, *vi, 0); // <<--- access violation inside put
B.