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);