From ba9155f89c6da2418d1509c32a4157749fd3492d Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Mon, 9 Jul 2012 20:15:04 +0000 Subject: [PATCH] Merged bug fix from trunk [SVN r79393] --- test/cycle_ratio_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cycle_ratio_tests.cpp b/test/cycle_ratio_tests.cpp index f7ca6921..ac5f208f 100644 --- a/test/cycle_ratio_tests.cpp +++ b/test/cycle_ratio_tests.cpp @@ -224,7 +224,7 @@ int test_main(int argc, char* argv[]) diGraphInt tg; property_map::type vim = get(vertex_index, tg); property_map::type ew1m = get(edge_weight, tg); - property_map::type ew2m = ew2m; + property_map::type ew2m = get(edge_weight2, tg);