test/heap_test.cc
changeset 1845 f8bbfed86036
parent 1744 51d5d41e15b1
child 1956 a055123339d5
     1.1 --- a/test/heap_test.cc	Sat Dec 03 18:15:43 2005 +0000
     1.2 +++ b/test/heap_test.cc	Sat Dec 03 18:17:29 2005 +0000
     1.3 @@ -56,7 +56,7 @@
     1.4    std::ifstream input(f_name.c_str());
     1.5    check(input, "Input file '" << f_name << "' not found.");
     1.6    GraphReader<Graph>(input, graph).
     1.7 -    readEdgeMap("length", length).
     1.8 +    readEdgeMap("capacity", length).
     1.9      readNode("source", start).
    1.10      run();  
    1.11